Dotfile configuration manager inspired by comtrya
usage: dotify [-h] {init,apply} ...
Dotify - dotfile configuration manager
positional arguments:
{init,apply}
init Initialize a new project
apply Apply configuration
options:
-h, --help show this help message and exit
Make sure that you have installed mdbook:
cargo install mdbookTo open documentation:
mdbook serveMake sure that you have installed uv:
sudo pacman -S uv
Install dotify
uv sync
source .venv/bin/activate
- Documentation
- Improve yaml path resolver
- Logging with colors
- Improve error handling