aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
Commit message (Expand)AuthorAgeFilesLines
* fix(etc-drift): use pacman -Qkk for reliable modified-file detectionLibravatar sommerfeld46 hours1-1/+1
* fix(etc-drift): while loop must not exit with keep filter statusLibravatar sommerfeld46 hours1-2/+2
* fix(etc-drift): tolerate no-match grep and whitespace-separated MODIFIEDLibravatar sommerfeld46 hours1-3/+3
* feat(etc): drift detection + auto-enumerating deploy templateLibravatar sommerfeld46 hours1-0/+42
* feat(services): add .ignore list for distro-default noiseLibravatar sommerfeld46 hours1-1/+6
* feat(services): curate tor + pcscd, filter @ templates from driftLibravatar sommerfeld46 hours1-1/+1
* feat(services): curated systemd units via just recipesLibravatar sommerfeld46 hours1-1/+53
* fix: 'just remove' only edits the list, never uninstallsLibravatar sommerfeld46 hours1-2/+1
* feat: add 'just remove' to drop packages from a group and uninstallLibravatar sommerfeld46 hours1-0/+20
* feat: 'just add' accepts multiple packagesLibravatar sommerfeld46 hours1-9/+11
* fix: pass --ask=4 to piped paru installs to auto-resolve conflictsLibravatar sommerfeld46 hours1-3/+3
* chore: drop --noconfirm from 'just add' (stdin-less invocations can prompt)Libravatar sommerfeld46 hours1-1/+1
* chore: add --noconfirm to all 'paru -S' invocations in justfileLibravatar sommerfeld46 hours1-4/+4
* feat: 'just undeclared' now considers only active (≥50%) groupsLibravatar sommerfeld46 hours1-16/+18
* fix: align 'just groups' signalling with ≥50% thresholdLibravatar sommerfeld46 hours1-3/+3
* fix: 'just init' now deploys dotfiles after regenerating configLibravatar sommerfeld46 hours1-2/+2
* docs: fix 'just undeclared' doc comment (was collapsed by just)Libravatar sommerfeld46 hours1-2/+1
* feat: split drift recipes and add 'just undeclared'Libravatar sommerfeld46 hours1-7/+19
* feat: add 'just diff' and 'just merge' for chezmoi drift investigationLibravatar sommerfeld46 hours1-0/+13
* style: drop redundant [private] attribute (_-prefix already hides recipes)Libravatar sommerfeld46 hours1-2/+0
* refactor: reorganize justfile with sync wrapper and generalized initLibravatar sommerfeld46 hours1-37/+72
* refactor: revert auto-init, add dedicated 'just init' recipeLibravatar sommerfeld46 hours1-3/+6
* fix: use 'chezmoi init --apply' to regenerate config on template changesLibravatar sommerfeld46 hours1-2/+3
* fix: pass -S . to chezmoi so apply/status work from any CWDLibravatar sommerfeld46 hours1-2/+2
* refactor: 'just status' only reports missing for groups ≥50% installedLibravatar sommerfeld46 hours1-3/+18
* refactor: raise 'just fix' threshold from ≥1 to ≥50% installedLibravatar sommerfeld46 hours1-6/+8
* feat: add 'just fix' to top up partially-installed meta groupsLibravatar sommerfeld46 hours1-0/+15
* feat: 'just groups <name>' shows per-package breakdown for one groupLibravatar sommerfeld46 hours1-2/+17
* feat: add 'just groups' recipe to show per-group install coverageLibravatar sommerfeld46 hours1-0/+20
* feat: add 'just add <group> <pkg>' recipeLibravatar sommerfeld46 hours1-0/+17
* refactor: replace meta/ PKGBUILDs with plain text package listsLibravatar sommerfeld46 hours1-0/+27
* feat: add tracked git hooks and justfileLibravatar sommerfeld46 hours1-0/+7