The repository is forked from The Ultimate vimrc (Latest commit when forking) and reset afterwards to reduce its size.
The vimrc files are also updated to tail to my requirements.
The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal:
git clone --depth=1 https://github.com/tuxify/vimrc.git ~/.vim_runtime
python ~/.vim_runtime/update_plugins.py
sh ~/.vim_runtime/install_awesome_vimrc.sh
Note: Python is required to download the required plugins.
The basic version is just one file and no plugins. Just copy basic.vim and paste it into your vimrc.
The basic version is useful to install on remote servers where you don't need many plugins, and you don't do many edits.
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_basic_vimrc.sh