My personal dotfiles, managed by git and rcm.
-
In zsh, clone this repo and cd in.
git clone [email protected]:justingallagher/dotfiles.git cd dotfiles;
-
Use RCM to create the appropriate symlinks.
export RCRC=`pwd`/rcrc; lsrc -d .; rcup -d . -v;
-
Install Antigen
git submodule update --init --recursive
-
Restart your terminal to allow antigen to install your modules.
-
Open vim, and run:
:PluginInstall