diff options
| author | 2026-04-21 01:23:26 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:26 +0100 | |
| commit | b15a05706e338ca5bb5c5ef264b10db6130aca01 (patch) | |
| tree | 98dbd79671b52b0b51262a6c79d208f1807b68d5 /.github/copilot-instructions.md | |
| parent | 91c77a81a5f3c193eda8515e8ef053e80ea125ad (diff) | |
| download | dotfiles-b15a05706e338ca5bb5c5ef264b10db6130aca01.tar.gz dotfiles-b15a05706e338ca5bb5c5ef264b10db6130aca01.tar.bz2 dotfiles-b15a05706e338ca5bb5c5ef264b10db6130aca01.zip | |
refactor: reorganize justfile with sync wrapper and generalized init
- 'just sync' now wraps apply + fix for combined dotfile + package
reconciliation
- 'just init' generalized for first-time machine setup: regenerate
chezmoi config, install git hooks, install base packages
- Hidden helper recipes (_chezmoi-init, _install-hooks) via [private]
so they don't clutter 'just --list'
- Section banners organize the justfile into Setup, Day-to-day,
Inspection, Package management, and Hidden helpers
- Default recipe (bare 'just') shows the list
- Doc comments reworded for clarity in the autocomplete menu
Diffstat (limited to '.github/copilot-instructions.md')
| -rw-r--r-- | .github/copilot-instructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index e5d066b..7fc90a5 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -18,8 +18,8 @@ The repo root is a chezmoi source directory. Files targeting `$HOME` use chezmoi - `firefox/` contains Firefox/LibreWolf hardening overrides (`user-overrides.js`) and custom CSS (`chrome/userChrome.css`). Deployed by `run_onchange_after_deploy-firefox.sh.tmpl`. - `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`, `init`, `install`, `install-all`, `add`, `status`, `groups`, `fix`. +- `.githooks/` contains git hooks (notably `post-commit` which runs `chezmoi apply`). Activated by `just init`. +- `justfile` provides recipes: `init` (first-time setup), `sync` (apply + fix), `apply`, `fix`, `status`, `groups`, `install`, `install-all`, `add`. Run `just` or `just --list` to see them. ## Window manager |
