aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:20 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:23:20 +0100
commitcb0e8d0ddf6cf11a103eb35a72b7e7049b87d379 (patch)
treedbe36c2a53e7b722973e772d79d052531f8fb5e6 /.github
parent7e3e04b8f0a61a8a20928202c102c9dab0d1824a (diff)
downloaddotfiles-cb0e8d0ddf6cf11a103eb35a72b7e7049b87d379.tar.gz
dotfiles-cb0e8d0ddf6cf11a103eb35a72b7e7049b87d379.tar.bz2
dotfiles-cb0e8d0ddf6cf11a103eb35a72b7e7049b87d379.zip
feat: add 'just groups' recipe to show per-group install coverage
Shows install status for each meta group: ✓ (green) fully installed ~ (yellow) partially installed ✗ (red) nothing installed
Diffstat (limited to '.github')
-rw-r--r--.github/copilot-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
index 30c6c19..e82de1e 100644
--- a/.github/copilot-instructions.md
+++ b/.github/copilot-instructions.md
@@ -15,7 +15,7 @@ The repo root is a chezmoi source directory. Files targeting `$HOME` use chezmoi
- `create-efi.sh` is an interactive EFI boot entry creation script using `efibootmgr`.
- `.chezmoiignore` excludes non-home files (`etc/`, `meta/`, `firefox/`, docs) from deployment to `$HOME`.
- `.githooks/` contains git hooks (notably `post-commit` which runs `chezmoi apply`). Activate with `just install-hooks`.
-- `justfile` provides recipes: `install-hooks`, `apply`, `install`, `install-all`, `add`, `status`.
+- `justfile` provides recipes: `install-hooks`, `apply`, `install`, `install-all`, `add`, `status`, `groups`.
## Window manager