mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
use glob instead of .
which is recursive
This commit is contained in:
parent
21c5207435
commit
e2182cad9d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ done
|
|||
echo ""
|
||||
echo "Stowing apps for user: ${whoami}"
|
||||
|
||||
stow -v -R -t $HOME .
|
||||
stow -v -R -t $HOME *
|
||||
|
||||
echo ""
|
||||
echo "##### ALL DONE"
|
||||
|
|
Loading…
Reference in a new issue