use bash impl of stow
This commit is contained in:
7
install.sh
Executable file
7
install.sh
Executable 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
|
||||
Reference in New Issue
Block a user