From e0a91e00736188540b4db9feff8aa77ba1dc46c9 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:19 +0100 Subject: 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 --- justfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..b1b77b6 --- /dev/null +++ b/justfile @@ -0,0 +1,7 @@ +# Install git hooks +install-hooks: + git config core.hooksPath .githooks + +# Deploy dotfiles +apply: + chezmoi apply -- cgit v1.2.3-70-g09d2