A small Rust program for organizing your dotfiles.
Running dfile <FILES>
(accepts glob patterns) will attempt to track the FILES via Git, at your $DOTFILE_PATH directory, creating it if it doesn't exist.
Running dfile
by itself will attempt to add, commit, and push all changes in the dotfile directory to a remote repo, setting one up if none exists.
Running dfile restore
will copy all your tracked files back to their original locations.
Run dfile --help
for usage.