mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
fix stow command (i think?)
This commit is contained in:
parent
45c8c482f2
commit
21c5207435
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ done
|
|||
echo ""
|
||||
echo "Stowing apps for user: ${whoami}"
|
||||
|
||||
find * -maxdepth 1 -exec "stow -v -R -t $HOME {}" \;
|
||||
stow -v -R -t $HOME .
|
||||
|
||||
echo ""
|
||||
echo "##### ALL DONE"
|
||||
|
|
Loading…
Reference in a new issue