A small Rust program for organizing your dotfiles.
Running dfile add <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 push 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.
You can also run Git command from your $DOTFILE_PATH by running 'dfile git 
Run dfile --help for all this information.