Add bootstrap script

This commit is contained in:
2021-02-28 10:50:14 +00:00
parent 0e9dbbd072
commit 0bfccdd959

6
bootstrap.sh Executable file
View File

@@ -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