My vim, zsh, git and other configuration files.
My dotfiles are managed using rcm.
Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Clone the dotfiles managed by rcm.
git clone git://github.com/deangerber/dotfiles.git ~/.dotfilesInstall homebrew bundle
brew tap Homebrew/bundleInstall all homebrew managed software
brew bundle --file=~/.dotfiles/BrewfileUse rcm to setup dotfiles
env RCRC=$HOME/.dotfiles/rcrc rcupThe above command only needs to be run the first time. After that just run
rcupVim uses Vundle to manage plugins. Install the Vundle plugin.
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimInstall vim plugins.
vim +PluginInstall +qall