From af35d5102b5ccb250bd9e602fdb77532ecf4311b Mon Sep 17 00:00:00 2001 From: Max Arturo AS Date: Mon, 24 Oct 2016 13:09:29 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 00ddd215..70b81661 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,11 @@ I've taken the [fantastic awesome vim](https://github.com/amix/vimrc) collection - Ruler at 80 chars - Actual copying into the OSX clipboard (requires vim 7.4) +Easiest way to install this on a fresh workstation is the following: +``` +# vim setup +git clone https://github.com/maxArturo/vimrc.git ~/.vim_runtime +sh ~/.vim_runtime/install_awesome_vimrc.sh +``` + I highly suggest you visit the parent repo and see the overview, or look at the actual `.vimrc` files – which are very well documented. Enjoy!