dfm
dfm copied to clipboard
dotfiles manager
Instead of having to update dfm in the dotfiles repo by hand, it should be included as a git submodule. See seth--/dotfiles for an example. It also makes it easier...
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...
Right now, if dfm is running from inside a dotfiles repo, which is the normal case, it assumes that it's in the bin subdirectory of that repo, because that's how...
Some commands, like 'updates' are in the wrong tense, others are misleading, and still others are missing (forcing user to interact with git directly). Boo. (Sorry this issue isn't more...