dotfiles
inspired by the article by mitxela
https://mitxela.com/projects/dotfiles_management
Provides a simple mechanism for tracking all of your linux configuration files like ~/.bashrc with git.
dotfiles creates a git repo and allows you to add in files from anywhere in your directory tree.
dart pub global activate dotfiles
dotfiles init
dotfiles add <path to file>
dotfiles commit
dotfile list
dotfile <any git command>
dotfiles simply creates a local git repo.
If you want to backup your dotfiles git repo we suggest creating a remote repo on the liks of git hub.
Details of pushing a local repository to github can be found here.