/dotfiles

config files for zsh, bash, completions, gem, git, irb, rails, vim

Primary LanguageVim ScriptMIT LicenseMIT

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.