dotfiles 0.0.1 copy "dotfiles: ^0.0.1" to clipboard
dotfiles: ^0.0.1 copied to clipboard

outdated

Provides a simple mechanism for tracking all of your linux configuration files like ~/.bashrc with git.

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.

install dotfiles #

dart pub global activate dotfiles

dotfiles init

add files to your dot file repo #

dotfiles add

commit files added or changed files #

dotfiles commit

list of tracked dotfiles #

dotfile list

run any git command against your dotfile repo #

dotfile

push dotfiles to remote repo #

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.

1
likes
130
points
34
downloads

Publisher

verified publisheronepub.dev

Weekly Downloads

Provides a simple mechanism for tracking all of your linux configuration files like ~/.bashrc with git.

Documentation

API reference

License

MIT (license)

Dependencies

args, dcli, dcli_core, http, path, settings_yaml

More

Packages that depend on dotfiles