diff options
| author | 2026-04-21 01:23:19 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:19 +0100 | |
| commit | e0a91e00736188540b4db9feff8aa77ba1dc46c9 (patch) | |
| tree | 96af528963417661119b0ee084e094a6989cf1f9 /.chezmoiignore | |
| parent | fcafb03c9b1030dea399d44dda52f62e9117ad96 (diff) | |
| download | dotfiles-e0a91e00736188540b4db9feff8aa77ba1dc46c9.tar.gz dotfiles-e0a91e00736188540b4db9feff8aa77ba1dc46c9.tar.bz2 dotfiles-e0a91e00736188540b4db9feff8aa77ba1dc46c9.zip | |
feat: add tracked git hooks and justfile
- .githooks/post-commit: runs chezmoi apply after every commit
- justfile: 'just install-hooks' sets core.hooksPath
- Added justfile and .githooks/ to .chezmoiignore
Diffstat (limited to '.chezmoiignore')
| -rw-r--r-- | .chezmoiignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index 82bbeb2..2cde505 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -7,3 +7,5 @@ create-efi.sh meta/ etc/ firefox/ +justfile +.githooks/ |
