forked from colonelpanic/dotfiles
move bootstrapping to resources.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
cd `dirname $BASH_SOURCE` && source bootstrapping.sh
|
cd `dirname $BASH_SOURCE` && source resources/bootstrapping.sh
|
||||||
DOTFILES_DIRECTORY="$(dotfiles_abspath)/dotfiles"
|
DOTFILES_DIRECTORY="$(dotfiles_abspath)/dotfiles"
|
||||||
echo $DOTFILES_DIRECTORY
|
echo $DOTFILES_DIRECTORY
|
||||||
|
|
||||||
|
2
setup.sh
2
setup.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
source dotfiles/lib/shellrc/functions.sh
|
||||||
case `uname` in
|
case `uname` in
|
||||||
'Darwin')
|
'Darwin')
|
||||||
|
Reference in New Issue
Block a user