From 12a5142331a1ef53198457518d2d346cc506d6ca Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 27 Jun 2015 23:49:06 +0200 Subject: Adding the README instructions on install and update --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d0160f --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +#Installation : + +```sh +git clone git@github.com:artmees/dotvim.git ~/.vim +``` + +#Create symlinks : + +```sh +ln -s ~/.vim/.vimrc ~/.vimrc +``` + +#Initalizing Plugins : +```sh +# Vim +:PluginInstall +``` + +#Updating Submodules Plugins : +``` +# Vim +:PluginUpdate +``` + +be sure to re-install YouCompleteMe after updating (specially Python) using +``` +cd ~/.vim/bundle/YouCompleteMe +./install.sh +``` + +#Dotfiles : +other `.dotfiles` setup have been moved to [dotfiles](https://gitlab.com/artmees/dotfiles) -- cgit v1.2.3