It's dangerous to go alone. Take these.
This repository is a collection of dotfiles we use at space150. Much of it is copied from or inspired by the work of the great folks at thoughtbot.
# Clone this repo
cd
mkdir dotfiles
git clone [email protected]:space150/dotfiles dotfiles/space
# Install rcm
brew tap thoughtbot/formulae
brew install rcm
# Link the dotfiles
cd
env RCRC=$HOME/dotfiles/space/rcrc rcup -x README.md
You can refer to the excellent docs thoughtbot has in it's dotfiles repo for more info.