Skip to content

Commit 2ae5749

Browse files
committed
feat(chezmoi): include hashes to run scripts
1 parent d969f9a commit 2ae5749

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

home/run_after_update_lazy_nvim.sh.tmpl renamed to home/run_onchange_after_update_lazy_nvim.sh.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env zsh
22

3+
# lazy-lock.json hash: {{ include "dot_config/exact_nvim/lazy-lock.json" | sha256sum }}
4+
35
autoload -Uz colors && colors
46

57
local script_name="run_onchange_after_update_lazy_nvim.sh"

home/run_after_update_zinit.sh.tmpl renamed to home/run_onchange_after_update_zinit.sh.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env zsh
22

3+
# plugins.zsh hash: {{ include "dot_config/exact_zsh/exact_config/plugins.zsh" | sha256sum }}
4+
35
autoload -Uz colors && colors
46

57
local script_name="run_onchange_after_update_zinit.sh"

0 commit comments

Comments
 (0)