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