diff options
| author | 2026-04-21 01:23:21 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:21 +0100 | |
| commit | 24a970ca1d545add242a5649c5a7551f942a3e5c (patch) | |
| tree | a8dfb3f5c7e621f524873bbcbe89acb7f9755479 /.github/copilot-instructions.md | |
| parent | 702ed1ca34caaa529337516e973f188b8a0d8c81 (diff) | |
| download | dotfiles-24a970ca1d545add242a5649c5a7551f942a3e5c.tar.gz dotfiles-24a970ca1d545add242a5649c5a7551f942a3e5c.tar.bz2 dotfiles-24a970ca1d545add242a5649c5a7551f942a3e5c.zip | |
feat: add 'just fix' to top up partially-installed meta groups
For each group with at least one package installed, install the rest
via paru --needed. Never-installed groups (✗) stay untouched.
Diffstat (limited to '.github/copilot-instructions.md')
| -rw-r--r-- | .github/copilot-instructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 4d7aad6..b4cab5d 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -19,7 +19,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`, `groups`. +- `justfile` provides recipes: `install-hooks`, `apply`, `install`, `install-all`, `add`, `status`, `groups`, `fix`. ## Window manager |
