This includes the following plugins:
with shortcuts set up in what I hope is an intuitive way.
Clone this project and make it the ~/.vim directory, then run:
git clone https://github.com/cbartondock/PortableEnv.git ~/.vim
cd ~/.vim
source submodules.sh
in order to download all the submodules. Next run:
source linkconfig.sh
in order to create symlinks to the various config files in config_files
You should be mostly good to go, but you also need to install powerline fonts and set one of them as your terminal font.
I suggest you use iTerm2 as your terminal and install powerline-shell. I also prefer Zsh with some OhMyZsh plugins (git and osx at the least) to bash. I've included a .zshrc among config_files. If you use zsh, make sure you install powerline-shell and fonts-powerline first.
I am using my own forks of oh-my-zsh and vim-airline-themes because I've made modifications to them (I will merge with the originals if and when my pull requests are accepted).
When installing powerline-shell there is the danger of using the wrong version of pip. On linux use system pip (sudo apt-get install pip
) and do not upgrade it when it prompts you to.