Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 318 Bytes

Installation

git clone [email protected]:MatthewRDodds/dotfiles.git ~/.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.vim.git ~/.vim/bundle/Vundle.vim

Run :BundleInstall in vim.