A set of vim configurations.
- Git
$ ./install.sh
$ git submodule add https://github.com/repo/some-plugin.git bundle/some-plugin
$ source ~/.vimrc
Open the ~/.bashrc or ~/.profile and add this:
if [ -e /usr/share/terminfo/x/xterm-256color ]; then
export TERM='xterm-256color'
else
export TERM='xterm-color'
fi