Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 442 Bytes

File metadata and controls

25 lines (13 loc) · 442 Bytes

My Dots!

These are my dotfiles. Feel free to steal, borrow and share.

Install

Caution: Install links all dotfiles in your home directory. This could have undesirable consequences.

Run install.

./install

Adding a Vim Bundle

Just add a submodule for the bundle to the vim/bundle directory.

Example:

git submodule add git://github.com/groenewege/vim-less.git vim/bundle/vim-less

Updating Vim Bundle Submodules

???