use bash impl of stow

This commit is contained in:
2023-06-02 11:38:03 -04:00
parent 276e0aa5f2
commit 31e73fa899
3 changed files with 233 additions and 13 deletions

7
install.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
#
# Install my dotfiles.
#
rm $HOME/.zshrc $HOME/.profile
ls -d */ | tr -d / | xargs ./stow.sh -t $HOME -R