Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 289 Bytes

README.rdoc

File metadata and controls

10 lines (7 loc) · 289 Bytes

Installation

git clone git://github.com/sao/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install.sh

Vim plugins are managed through vundle. You'll need to install vundle to get them.

git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
Run :BundleInstall in vim.