Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 400 Bytes

README.rdoc

File metadata and controls

15 lines (9 loc) · 400 Bytes

My dot files

Vim users might find useful stuff in .vimrc and vim/snippets.

Installation

git clone git://github.com/bolpin/gi_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/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Then open Vim and run :PluginInstall.