Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 385 Bytes

README.rdoc

File metadata and controls

13 lines (9 loc) · 385 Bytes

Einar Jonsson’s dot files

This is more or less a rip-off from Ben Orenstein’s dot files

Installation

git clone git://github.com/einarj/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

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.