Skip to content

Instantly share code, notes, and snippets.

@makokal
Created August 8, 2012 21:31
Show Gist options
  • Save makokal/3298947 to your computer and use it in GitHub Desktop.
Save makokal/3298947 to your computer and use it in GitHub Desktop.
additional vim plugins on top of janus setup
!#/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