From de30d02bdeacaf791b2232aff6ff91a523860018 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 25 Nov 2021 02:53:01 -0500 Subject: [PATCH] add config template --- .chezmoi.yaml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .chezmoi.yaml.tmpl diff --git a/.chezmoi.yaml.tmpl b/.chezmoi.yaml.tmpl new file mode 100644 index 0000000000000000000000000000000000000000..5fd919eed55eb92954d08c749da8d23e3386d603 --- /dev/null +++ b/.chezmoi.yaml.tmpl @@ -0,0 +1,4 @@ +{{- $gotify_token := promptString "gotify_token" -}} + +data: + gotify_token: {{ $gotify_token | quote }}