diff --git a/bootstrap.sh b/bootstrap.sh index 20679567..88d65632 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -cd `dirname $BASH_SOURCE` && source bootstrapping.sh +cd `dirname $BASH_SOURCE` && source resources/bootstrapping.sh DOTFILES_DIRECTORY="$(dotfiles_abspath)/dotfiles" echo $DOTFILES_DIRECTORY diff --git a/bootstrapping.sh b/resources/bootstrapping.sh similarity index 100% rename from bootstrapping.sh rename to resources/bootstrapping.sh diff --git a/setup.sh b/setup.sh index 29952208..70c5f106 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -cd `dirname $BASH_SOURCE` && source bootstrapping.sh +cd `dirname $BASH_SOURCE` && source resources/bootstrapping.sh source dotfiles/lib/shellrc/functions.sh case `uname` in 'Darwin')