use glob instead of . which is recursive

This commit is contained in:
Erica Marigold 2024-04-07 16:33:33 +05:30 committed by GitHub
parent 21c5207435
commit e2182cad9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ done
echo "" echo ""
echo "Stowing apps for user: ${whoami}" echo "Stowing apps for user: ${whoami}"
stow -v -R -t $HOME . stow -v -R -t $HOME *
echo "" echo ""
echo "##### ALL DONE" echo "##### ALL DONE"