Tittle tracks your dotfiles under version control and supports fine-grained user/machine-specific configuration.
```
tittle track ~/.config/i3 INFO: tracking /home/enricozb/.config/i3 under i3 tittle repo git@github.com:enricozb/dotfiles tittle push ```
Currently the easiest way to install tittle is through cargo
:
cargo install tittle
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.