diff --git a/bootstrap.sh b/bootstrap.sh index e290636..0f302d7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,7 @@ #!/bin/bash git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles cd $HOME/.dotfiles/ -for package in "bin bash"; do +for package in bin bash; do + echo "Stowing ${package}" ./bin/bin/stowage $package done