aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/copilot-instructions.md
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
commit7e3e04b8f0a61a8a20928202c102c9dab0d1824a (patch)
treed09c93626c454663b07cef7f6f90bff1910cfb50 /.github/copilot-instructions.md
parenta93494aa2aa48583142594cfe6c005851046f16b (diff)
downloaddotfiles-7e3e04b8f0a61a8a20928202c102c9dab0d1824a.tar.gz
dotfiles-7e3e04b8f0a61a8a20928202c102c9dab0d1824a.tar.bz2
dotfiles-7e3e04b8f0a61a8a20928202c102c9dab0d1824a.zip
feat: add 'just add <group> <pkg>' recipe
Appends the package to meta/<group>.txt (if not already present) and installs it via paru --needed. Equivalent to chezmoi add for packages.
Diffstat (limited to '.github/copilot-instructions.md')
-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 5f53abb..30c6c19 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`, `status`.
+- `justfile` provides recipes: `install-hooks`, `apply`, `install`, `install-all`, `add`, `status`.
## Window manager