Created
August 8, 2012 21:31
-
-
Save makokal/3298947 to your computer and use it in GitHub Desktop.
additional vim plugins on top of janus setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/bin/sh | |
mkdir ~/.janus | |
cd ~/.janus | |
git clone https://github.com/jimenezrick/vimerl.git | |
git clone https://github.com/Lokaltog/vim-powerline.git | |
git clone https://github.com/myusuf3/numbers.vim.git | |
git clone git://github.com/altercation/vim-colors-solarized.git | |
git clone https://github.com/tomasr/molokai.git | |
git clone https://github.com/iandoe/vim-osx-colorpicker.git | |
git clone git://github.com/tpope/vim-rake.git | |
git clone git://github.com/tpope/vim-bundler.git | |
git clone git://github.com/ecomba/vim-ruby-refactoring.git | |
git clone git://github.com/bbommarito/vim-slim.git | |
git clone https://github.com/Townk/vim-autoclose.git | |
git clone https://github.com/vim-scripts/pydoc.vim.git | |
git clone https://github.com/jmcantrell/vim-virtualenv.git | |
git clone http://github.com/tpope/vim-cucumber | |
git clone https://github.com/tpope/vim-haml.git | |
git clone https://github.com/tpope/vim-surround.git | |
git clone https://github.com/Rip-Rip/clang_complete.git | |
git clone https://github.com/Shougo/neocomplcache.git | |
# additions to .vimrc | |
let g:pyflakes_use_quickfix = 0 | |
let g:neocomplcache_enable_at_startup = 1 | |
set background=dark | |
colorscheme molokai | |
set cursorline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment