Clone onto your machine:
git clone git://github.com/rwoeber/dotfiles.git ~/.dotfiles
Install rcm:
brew tap thoughtbot/formulae
brew install rcm
Install the dotfiles (use one of the host configs)
ls -d .dotfiles/host-*
env RCRC=${HOME}/.dotfiles/host-[XXX]/rcrc rcup -v
This command will create symlinks for config files in your home directory.
Setting the RCRC
environment variable tells rcup
to use standard configuration options:
You can safely run rcup
multiple times to update:
rcup
Clone Vundle:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Install the plugins
:PluginInstall
- The same is recommended for the vim plugins (use
:PluginUpdate
)
Heavily inspired by thoughtbot's dotfiles