/dotfiles

dotfiles, managed by thoughtbot/rcm

Primary LanguageVim Script

modille's dotfiles

editor

zsh

Requirements

Set zsh as your login shell:

chsh -s $(which zsh)

Install

Clone this repo:

git clone git://github.com/modille/dotfiles.git $HOME/git/github.com/modille/dotfiles

Install rcm:

brew tap thoughtbot/formulae
brew install rcm

Install the dotfiles:

env RCRC=$HOME/git/github.com/modille/dotfiles/rcrc rcup

After the initial installation, you can run rcup without the one-time variable RCRC being set. This command will create symlinks for config files in your home directory.

You can safely run rcup multiple times to update:

rcup

You should run rcup after pulling a new version of the repository to symlink any new files in the repository.