Update bootstrap script

This commit is contained in:
2021-03-05 10:46:34 +00:00
parent 20a47e5a80
commit a9760fa8cd

View File

@@ -1,7 +1,9 @@
#!/bin/bash
git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles
git clone https://github.com/nikdoof/dotfiles.git $HOME/.dotfiles > /dev/null
cd $HOME/.dotfiles/
for package in bin bash; do
echo "Stowing ${package}"
./bin/bin/stowage $package
done
echo ""
echo "Done, either source ~/.bash_profile or restart your shell."