From 0bfccdd9594478806a04a61ea8d2d6701383ee4e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 28 Feb 2021 10:50:14 +0000 Subject: [PATCH] Add bootstrap script --- bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bootstrap.sh 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