diff --git a/home/.install-password-manager.sh b/home/.before-source-state.sh similarity index 100% rename from home/.install-password-manager.sh rename to home/.before-source-state.sh diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 4e6a78b..68fb2e8 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -54,4 +54,4 @@ encryption = "age" recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze" [hooks.read-source-state.pre] - command = "{{ .chezmoi.sourceDir }}/.install-password-manager.sh" + command = "{{ .chezmoi.sourceDir }}/.before-source-state.sh"