justone / dfm

dotfiles manager
http://endot.org/projects/#dfm
Other
122 stars 18 forks source link

Add 'selfupdate' command #17

Open justone opened 11 years ago

justone commented 11 years ago

Make it easy to update dfm using dfm itself. The current workflow is:

$ dfm remote add upstream git://github.com/justone/dotfiles.git
$ dfm pull upstream master

The selfupdate subcommand should support both merging from the upstream dotfiles master or grabbing the bleeding edge from the dfm repo.

It should also: