improve install script

This commit is contained in:
Jason Swank 2023-06-02 12:23:02 -04:00
parent 31e73fa899
commit 769eb04bfb

View File

@ -4,4 +4,4 @@
# #
rm $HOME/.zshrc $HOME/.profile rm $HOME/.zshrc $HOME/.profile
ls -d */ | tr -d / | xargs ./stow.sh -t $HOME -R find * -maxdepth 0 -type d | xargs -I{} ./stow.sh -t $HOME {}