$HOME, sweet $HOME!
My dotfiles are managed using thoughtbot’s wonderfully simple rcm tool
(code • docs).
- Homebrew.
brew install git rcm
- Clone this repo into
~/code/dotfiles. - From scratch, run
script/bootstrapto symlink~/.dotfilesand~/.rcrcinto place. - Ensure
rcmis installed and available in yourPATH(e.g., via Homebrew:brew install rcm). - Subsequently use
rcup,rcdn,lsrc, andmkrcto manage.
Example setup from scratch:
brew install git rcm
mkdir -p ~/code
git clone https://github.com/cobyism/dotfiles.git ~/code/dotfiles
cd ~/code/dotfiles
script/bootstrap
cd ~
rcupMIT ^_^