Skip to content

Instantly share code, notes, and snippets.

@jasonpilz
Last active September 9, 2016 19:03
Show Gist options
  • Save jasonpilz/b16b33746e2cc2fddcb87e3909e782b5 to your computer and use it in GitHub Desktop.
Save jasonpilz/b16b33746e2cc2fddcb87e3909e782b5 to your computer and use it in GitHub Desktop.
Get my Vim configuration up on a new box
git clone https://github.com/jasonpilz/dotfiles.git ~/.dotfiles
ln -s ~/.dotfiles/vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment