aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.githooks
Commit message (Collapse)AuthorAgeFilesLines
* fix: pass -S . to chezmoi so apply/status work from any CWDLibravatar sommerfeld47 hours1-1/+1
| | | | | | Without an explicit source, chezmoi defaults to ~/.local/share/chezmoi which doesn't exist on this setup. The post-commit hook uses git rev-parse so it works even if the hook is run from a subdirectory.
* feat: add tracked git hooks and justfileLibravatar sommerfeld47 hours1-0/+2
- .githooks/post-commit: runs chezmoi apply after every commit - justfile: 'just install-hooks' sets core.hooksPath - Added justfile and .githooks/ to .chezmoiignore