From 8dc4d846da93f9e227506b2bf9074e5a01d44aa1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 25 Sep 2015 11:15:23 +0200 Subject: [PATCH] rename install script --- bootstrap.sh => bin/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename bootstrap.sh => bin/install.sh (97%) diff --git a/bootstrap.sh b/bin/install.sh similarity index 97% rename from bootstrap.sh rename to bin/install.sh index 498df0b..2a1506f 100755 --- a/bootstrap.sh +++ b/bin/install.sh @@ -11,6 +11,9 @@ # Variables # ---------------------------------------------------------------------- +# default dir +$DOTFILES_DIR='~/Projects/dotfiles' + # dotfiles directory dir=$DOTFILES_DIR @@ -97,4 +100,4 @@ echo "$(tput setaf 64)" # green echo "=============================================" echo " ✓ all done" echo "=============================================" -echo "$(tput sgr0)" # reset \ No newline at end of file +echo "$(tput sgr0)" # reset