This repo is a skeleton/template/vanilla version of my dotfiles. It contains a utility to help with managing and updating your dotfiles like I manage mine.
First, fork this repo.
Then, add your dotfiles:
$ git clone [email protected]:username/dotfiles.git
$ cd dotfiles
$ # edit files
$ # edit files
$ git push origin master
Finally, to install your dotfiles onto a new system:
$ cd $HOME
$ git clone [email protected]:username/dotfiles.git .dotfiles
$ ./.dotfiles/bin/dfm # creates symlinks to install files
...and for this tstanton-specific setup:
$ ./.dotfiles/bin/dfm submodule init
$ ./.dotfiles/bin/dfm submodule update
$ vim +PluginInstall +qall
For more information, check out the wiki.
You can also run dfm --help.
My dotfiles are in the personal branch.