From a9760fa8cdcc6ccd47bb40cc4f1a7d7ec6b8e7c7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 5 Mar 2021 10:46:34 +0000 Subject: [PATCH] Update bootstrap script --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0f302d7..83c4341 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,9 @@ #!/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/ for package in bin bash; do echo "Stowing ${package}" ./bin/bin/stowage $package done +echo "" +echo "Done, either source ~/.bash_profile or restart your shell." \ No newline at end of file