diff options
| author | 2026-04-21 01:23:26 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:23:26 +0100 | |
| commit | 91c77a81a5f3c193eda8515e8ef053e80ea125ad (patch) | |
| tree | 4323e95768092358e0f39ececc0c0b25d6fb4dd2 /.githooks/post-commit | |
| parent | c8c6fa4fb6685ab4914ff014165a382e9d2db842 (diff) | |
| download | dotfiles-91c77a81a5f3c193eda8515e8ef053e80ea125ad.tar.gz dotfiles-91c77a81a5f3c193eda8515e8ef053e80ea125ad.tar.bz2 dotfiles-91c77a81a5f3c193eda8515e8ef053e80ea125ad.zip | |
refactor: revert auto-init, add dedicated 'just init' recipe
chezmoi init is only needed when .chezmoi.toml.tmpl changes, so running
it on every apply is unnecessary overhead. Run 'just init' manually
when the template changes.
Diffstat (limited to '.githooks/post-commit')
| -rwxr-xr-x | .githooks/post-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.githooks/post-commit b/.githooks/post-commit index ce41b5c..d2d7eba 100755 --- a/.githooks/post-commit +++ b/.githooks/post-commit @@ -1,2 +1,2 @@ #!/bin/sh -chezmoi init --apply -S "$(git rev-parse --show-toplevel)" +chezmoi apply -S "$(git rev-parse --show-toplevel)" |
