These are my dotfiles.
brew update
brew tap thoughtbot/formulae
brew install rbenv ruby-build rcm
Install also bash it.
To enable bash completion (and newest version of bash):
brew install bash bash-completion
# Add /usr/local/bin/bash to /etc/shells
chsh -s /usr/local/bin/bash
Initially...
git clone git@github.com:orhantoy/dotfiles.git ~/.dotfiles
env RCRC=~/.dotfiles/rcrc rcup
When updating or adding new dotfiles...
rcup