Crates.io | tittle |
lib.rs | tittle |
version | 0.2.0 |
source | src |
created_at | 2020-08-27 22:48:18.377162 |
updated_at | 2020-10-05 23:15:53.689419 |
description | Dotfile manager |
homepage | https://github.com/enricozb/tittle |
repository | https://github.com/enricozb/tittle |
max_upload_size | |
id | 281623 |
size | 56,608 |
Tittle tracks your dotfiles under version control and supports fine-grained user/machine-specific configuration.
You can start your own tittle-managed dotfile repo like so:
> tittle track ~/.config/i3
INFO: tracking /home/enricozb/.config/i3 under i3
> tittle repo git@github.com:enricozb/dotfiles
> tittle push
You can also clone an existing one with:
> tittle clone https://github.com/enricozb/dotfiles
Currently the easiest way to install tittle is through cargo
:
cargo install tittle
tittle track
.Throughout the codebase and this document the terms remote and local appear often.
Remote refers to files that are under the $XDG_CONFIG_HOME/tittle
directory. Local
files are those on the user's filesystem currently being used as configs.
See todo.
No idea.