.chezmoi.yaml.tmpl 🔗
@@ -0,0 +1,4 @@
+{{- $gotify_token := promptString "gotify_token" -}}
+
+data:
+ gotify_token: {{ $gotify_token | quote }}
Amolith created
.chezmoi.yaml.tmpl | 4 ++++
1 file changed, 4 insertions(+)
@@ -0,0 +1,4 @@
+{{- $gotify_token := promptString "gotify_token" -}}
+
+data:
+ gotify_token: {{ $gotify_token | quote }}