dotfiles/setup.sh

15 lines
296 B
Bash
Raw Normal View History

2014-04-14 21:49:44 -06:00
#!/usr/bin/env bash
cd `dirname $BASH_SOURCE` && source bootstrapping.sh
2013-03-31 19:31:41 -06:00
case `uname` in
'Darwin')
2014-04-14 21:59:25 -06:00
xcode-select --install
source resources/osx.sh
source resources/brew.sh
;;
2013-03-31 19:31:41 -06:00
'Linux')
source resources/apt-get.sh
2013-03-31 19:31:41 -06:00
;;
esac
source bootstrap.sh