OSX dotfiles including an installation script
To install run:
git clone https://github.com/csherland/dotfiles ~/.dotfiles
cd ~/.dotfiles
install/bootstrap
Note: Xcode command line tools are required for mac users to install these dotfiles. If you have not already done so, install the tools by running:
xcode-select --install
- Christian Sherland