Yup, I use vim. I'm hip.
There's a Makefile to make this simple. Just clone and go.
$ git clone https://github.com/ymendel/dotvim.git
$ cd dotvim
$ make
See the Makefile for the specific steps, or keep on reading.
If you want to make your own choices or simply go through all the steps:
$ git clone https://github.com/ymendel/dotvim.git ~/.vim
$ ln -s ~/.vim/vimrc ~/.vimrc
$ vim +PlugInstall +qall
nb. This is slightly different because the standard Makefile installation links ~/.vim to wherever the repo has been cloned.
- Ben Bleything (@bleything), not least because this started off as a fork of his dotvim repo.
- Mike Skalnik (@skalnik), for inspiring me to actually make this my own instead of making very minor modifications to some else's config. And his dotvim repo has also been helpful.