diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-06-27 23:49:06 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-06-27 23:49:06 +0200 |
| commit | 12a5142331a1ef53198457518d2d346cc506d6ca (patch) | |
| tree | 333db7af2d2b22baa1a69ada2b79d75153c6bc9b | |
| parent | 9b143aa5e9d4bb2e07eecf69488bc754af71e11a (diff) | |
Adding the README instructions on install and update
| -rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
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 [email protected]: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) |
