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
|
||||
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/brew.sh
|
||||
source dotfiles/lib/shellrc/python.sh
|
||||
|
@ -34,10 +34,9 @@ function go() {
|
||||
case `uname` in
|
||||
'Darwin')
|
||||
osx
|
||||
go
|
||||
;;
|
||||
'Linux')
|
||||
debian
|
||||
go
|
||||
;;
|
||||
esac
|
||||
go
|
||||
|
Loading…
Reference in New Issue
Block a user