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 }}