From a941ff9437502c98abd2317436ebeb28544eb71d Mon Sep 17 00:00:00 2001 From: inkch Date: Thu, 18 Jan 2024 12:02:03 +0900 Subject: [PATCH] move chezmoi script to `.chezmoiscripts` ("special" directory) .chezmoiscripts --------------- If a directory called .chezmoiscripts exists in the root of the source directory then any scripts in it are executed as normal scripts without creating a corresponding directory in the target state. --- https://www.chezmoi.io/reference/special-files-and-directories/chezmoiscripts/ --- .../run_before_decrypt-private-key.sh.tmpl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename run_before_decrypt-private-key.sh.tmpl => .chezmoiscripts/run_before_decrypt-private-key.sh.tmpl (100%) diff --git a/run_before_decrypt-private-key.sh.tmpl b/.chezmoiscripts/run_before_decrypt-private-key.sh.tmpl similarity index 100% rename from run_before_decrypt-private-key.sh.tmpl rename to .chezmoiscripts/run_before_decrypt-private-key.sh.tmpl