My simple vim setup bash script.
If you run vim-setup.sh, it will do this things:
- Create
~/.vim/pack/vendor/start/
and~/.vim/colors/
directories, to move there color scheme and some plugins. - Install monokai colorscheme.
- Install some other plugins (nerdtree, vim-buftabline, AutoComplPop, vim-airline).
- Move simple vim config file (.vimrc file) to home directory.
Before installing this setup, make sure that you have internet connection and that you have installed git.
Then just type in your terminal this:
git clone https://github.com/1RaY-1/vim-setup
cd vim-setup/
sh vim-setup.sh