diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..e290636 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,6 @@ +#!/bin/bash +git clone git@github.com:nikdoof/dotfiles.git $HOME/.dotfiles +cd $HOME/.dotfiles/ +for package in "bin bash"; do + ./bin/bin/stowage $package +done