mirror of
https://github.com/nikdoof/dotfiles.git
synced 2026-01-30 02:48:15 +00:00
Update bootstrap script
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/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/
|
cd $HOME/.dotfiles/
|
||||||
for package in bin bash; do
|
for package in bin bash; do
|
||||||
echo "Stowing ${package}"
|
echo "Stowing ${package}"
|
||||||
./bin/bin/stowage $package
|
./bin/bin/stowage $package
|
||||||
done
|
done
|
||||||
|
echo ""
|
||||||
|
echo "Done, either source ~/.bash_profile or restart your shell."
|
||||||
Reference in New Issue
Block a user