Shell, terminal emulator, editor, and OSX setup.
bootstrap.sh
installs Homebrew, various terminal and binary applications, and overrides a number of defaults on Mac OSX.
xcode-select --install # Only required if you haven't used Git before
cd ~
git clone https://github.com/kevinschaich/dotfiles
chmod u+x ~/dotfiles/bootstrap.sh
~/dotfiles/bootstrap.sh
Note: If the
xcode-select --install
step fails, you may need to download Xcode from the Mac App Store.
MIT © Kevin Schaich