view bin/install-vim-rails @ 551:138ee2cd2179

Use jellybeans theme for vim. Better compat with plain terminal.
author nanaya <me@myconan.net>
date Tue, 14 Apr 2015 04:47:54 +0900
parents 214df22d4d9e
children
line wrap: on
line source

#!/bin/sh

set -e
set -u

(
  cd ~/.vim/bundle
  test -d vim-rails || git clone git://github.com/tpope/vim-rails.git
)