dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit c9d40dd16a19fc7963b5ffb9971eb80b37dfc7c1 (patch)
parent 36d5021ba3d8ce5e3bf82ac40a2a7b27400f6f5a
Author: Alexander Karle <akarle@umass.edu>
Date:   Sun, 30 Sep 2018 23:57:42 -0400

vim: Add README

Diffstat:
Avim/README.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/vim/README.md b/vim/README.md @@ -0,0 +1,13 @@ +# dotvim + +My personal Vim configuration. + +This used to be part of my personal +[dotfiles](https://github.com/akarle/dotfiles), but I promoted it to its own +repo for greater portability and a cleaner history. + +## Install + +```sh +git clone https://github.com/akarle/dotvim ~/.vim +```