Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 389 Bytes

Dotfiles

My dotfiles managed using dotbot.

Getting started

Thanks to dotbot, installation and setup is quite easy.

$ git clone https://github.com/mikedevnull/dotfiles.git
$ cd dotfiles
$ ./install

Vim plugin setup

To install all plugins after a fresh install/update, executing the :PlugInstall in vim is neccessary.