# Dotfiles This is my personal dotfiles repository, managed by **Sigil**. ## Layout ``` ~/.dotfiles/ / config.lua files/ ... ``` Each package has a `config.lua` that defines the target path per OS. ## Usage (Sigil) - `sigil apply` — apply symlinks - `sigil apply --prune` — prune stale links - `sigil add ` — add a file or folder into the repo - `sigil status` — show stale links - `sigil unlink ` — restore files and remove from repo - `sigil remove ` — same as unlink, plus delete package/subpath See `AGENTS.md` for agent-specific guidance.