| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: pass -S . to chezmoi so apply/status work from any CWD | 47 hours | 1 | -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 justfile | 47 hours | 1 | -0/+2 | |
| - .githooks/post-commit: runs chezmoi apply after every commit - justfile: 'just install-hooks' sets core.hooksPath - Added justfile and .githooks/ to .chezmoiignore | |||||
