diff --git a/README.md b/README.md index 68102a8..70820c9 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,18 @@ dotvim ====== Vim configuration accumulated + +Simple Setup +------------ + +Backup your .vim and .vimrc settings and clone repo to ~/.vim +```bash +$ git clone git@github.com:nkadu7/dotvim.git ~/.vim +``` + +Install exuberant-ctags ( Depends on your version of OS ) - Easy to find some information on google + +Run the installer script +```bash +$ ~/.vim/installer.sh +```