diff --git a/README.md b/README.md index 0508ada..5e2cf05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ -My vim configuration (~/.vimrc, ~/.vim) -======================================= +My vim configuration +==================== +Made for php developments. + +## Installation + +``` +$ sudo apt install vim vim vim-addon-manager vim-athena vim-common vim-fugitive vim-gtk vim-gui-common vim-nox vim-runtime vim-scripts vim-tiny +$ cd $HOME +$ [ -f .vimrc ] && mv .vimrc .vimrc-back +$ [ -d .vim ] && mv .vim .vim-back +$ git clone https://gitnet.fr/deblan/dotvim deblan-vim +$ ln -rs deblan-vim/vimrc .vimrc +$ ln -rs deblan-vim/vim .vim +$ git clone https://github.com/VundleVim/Vundle.vim.git .vim/bundle/Vundle.vim +$ vim +PluginInstall +qall +``` + +You will need to edit `.vimrc`: + + +* `let g:snips_author = "Your username"` +* `let g:snips_email = "Your email"` +* `let g:snips_github = "Your website"` +* `set guifont=Fantasque\ Sans\ Mono\ 14`