Skip to content
rainyday edited this page Jul 8, 2015 · 2 revisions
git init
git remote add origin git@github.com:rainyday/dotfiles.git
git fetch
git branch master origin/master
git checkout [--force]
git submodule update --init --recursive
exec zsh
vim
:!PluginInstall
:q
Clone this wiki locally