forked from colonelpanic/dotfiles
Fix source of resources in setup.sh.
This commit is contained in:
parent
f35ff45bf6
commit
f13874c9bf
2
setup.sh
2
setup.sh
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
cd `dirname $BASH_S0;95;cOURCE` && source resources/bootstrapping.sh
|
cd `dirname $BASH_SOURCE` && source resources/bootstrapping.sh
|
||||||
source dotfiles/lib/shellrc/functions.sh
|
source dotfiles/lib/shellrc/functions.sh
|
||||||
source dotfiles/lib/shellrc/brew.sh
|
source dotfiles/lib/shellrc/brew.sh
|
||||||
source dotfiles/lib/shellrc/python.sh
|
source dotfiles/lib/shellrc/python.sh
|
||||||
|
@ -34,10 +34,9 @@ function go() {
|
|||||||
case `uname` in
|
case `uname` in
|
||||||
'Darwin')
|
'Darwin')
|
||||||
osx
|
osx
|
||||||
go
|
|
||||||
;;
|
;;
|
||||||
'Linux')
|
'Linux')
|
||||||
debian
|
debian
|
||||||
go
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
go
|
||||||
|
Loading…
Reference in New Issue
Block a user