I use thoughtbot/dotfiles as the
foundation of my personal configuration. These files are the .local
modifications that build on top of the foundation.
- Setup SSH key with GitHub.
- Install Xcode and accept the license agreement.
- Run the following commands in your terminal:
git clone git@github.com:dcalhoun/dotfiles.git ~/.dotfiles && \ ~/.dotfiles/install.sh
Most of my configuration is small changes on top of thoughtbot's dotfiles. They have a great series of blog posts about dotfile configuration at their blog.
This software is free and distributable under the MIT license.