dotfiles

🖥 Shell, terminal emulator, editor, and OSX setup.

MIT License

Stars
3

dotfiles

Shell, terminal emulator, editor, and OSX setup.

Installation

Backup your Mac

bootstrap.sh installs Homebrew, various terminal and binary applications, and overrides a number of defaults on Mac OSX.

Clone & run bootstrap.sh

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.

License

MIT © Kevin Schaich