From 58051771dadcc81986bb46d1d07f86236655bf3a Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 5 Nov 2024 17:24:51 -0600 Subject: [PATCH] Rename pre source-state read script to '.before-source-state.sh' --- home/{.install-password-manager.sh => .before-source-state.sh} | 0 home/.chezmoi.toml.tmpl | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename home/{.install-password-manager.sh => .before-source-state.sh} (100%) 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"