Crates.io | dott |
lib.rs | dott |
version | 0.1.1 |
source | src |
created_at | 2023-06-23 19:45:58.598376 |
updated_at | 2023-07-31 20:20:13.201022 |
description | Simple dotfile management |
homepage | https://github.com/thales-maciel/dott |
repository | https://github.com/thales-maciel/dott |
max_upload_size | |
id | 898551 |
size | 55,700 |
Dott is here to manage your dotfiles in the simplest way it knows how... by copying things around.
yay -S dott-rs-bin
cargo install dott
Also available as binary and DEB package in the releases page
Dott aims to be straightforward and unobtrusive. It's not going to revolutionize your workflow. The goal is to try a different approach to dotfile management by keeping your dotfiles where they belong, without symlinks.
Joining the Dott party is as easy as falling off a log:
mkdir ~/dotfiles && cd ~/dotfiles
dott.config
file and write globs into it. Globs are all relative to your home folder.echo ".config/git/**/*" >> dott.config
dott refresh
to copy all matching files from your home and their respective directory structure.dott install
to copy the files from the repo back to their home whenever you need it.Dott is a simple, beta, lightweight solution. And by that i mean it's a work in progress. Got a cool idea for dott? Feel free to make a pull request.
Every Dott command displays a list of all operations that will be performed, as well as a prompt where you can choose to cancel the execution of the command. You can also run commands with -r
or --raw
to perform a dry-run.
Thanks for giving Dott a look.