dotfiles/setup.sh

15 lines
296 B
Bash
Raw Normal View History

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