fix stow command (i think?)

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

View file

@ -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"