diff options
author | Chris Kempson <git@chriskempson.com> | 2014-03-10 09:02:00 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2014-03-10 09:02:00 +0000 |
commit | dce1bbd2bdca4f9c7144e4cd0b79bab447c30fcf (patch) | |
tree | 18ffb2050ea0501f752e2e32b360420a2c40632f | |
parent | 273f65c2b33cf75ed3358fc94e05a679abba2af2 (diff) |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,11 +17,17 @@ To use the dark theme ensure `set background=dark` is present in your `~/.vimrc` Add `colorscheme base16-default` to your `~/.vimrc`. ### Vundle -Add the following to your `~/.vimrc` file. +Add the following to your `~/.vimrc` file and run `BundleInstall` in Vim. Bundle 'chriskempson/base16-vim' + +### Pathogen + + cd ~/.vim/bundle + git clone https://github.com/chriskempson/base16-vim.git ### Manual + cd ~/.vim/colors git clone git://github.com/chriskempson/base16-vim.git base16 cp base16/colors/*.vim . |