This project is my vim configuration. I use it for daily development on Mac OS X.
-
Backup your existing configuration (
~/.vimrc
and~/.vim
) -
Clone the repository
git clone [email protected]:davidkrisch/vim-config.git ~/.vim cp ~/.vim/vimrc ~/.vimrc
-
Clone Vundle
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
Sync the Git submodules
cd ~/.vim git submodule init git submodule update
-
Launch
vim
and run:BundleInstall
For a Vim colorscheme, I use Solarized. I install it as the default colorscheme in iTerm2 and Vim inherits the colorscheme. Installation instructions can be found in the solarized submodule of this repository or here.
Install patched fonts from powerline.
Pick a font you like - I like FiraMono regular - and download it. Then right click the font in the Downloads folder and select "Open with" and then FontBook. Install the font in FontBook, then choose that font as the default in your iTerm2 profile. After that you should see the fancy triangle shaped characters in the status line.