From 7d8763caa592713b45f870043ed4b0b06a0c6914 Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Mon, 10 Feb 2020 13:03:39 -0700 Subject: [PATCH] Updates --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c498b..1041da8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,13 @@ All new custom and OS agnostic vim configuration with vim-plug If you are part of the mreschke family, then simply use `manup install vimrc`...you'll know what that means. -Everyone else, just clone this repo into your ~/.vim folder, open vim and run `:PlugInstall`, done! +Everyone else: +* `cd /etc` +* `sudo mv vim vim-original` +* `sudo git clone git@github.com:mreschke/vimrc vim` +* `ln -s /etc/vim ~/.vim` +* `sudo ln -s /etc/vim /usr/share/vim/vimfiles` tested on debian +* Open vim and run `:PlugInstall` ## Manup Sources