From b5b63a4e9adedee64e2f20be75136026c280bb8f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Mon, 4 Mar 2024 15:57:23 +0100 Subject: [PATCH] Up. --- home/.chezmoi.toml.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 17a2cf2..584d67b 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -5,12 +5,14 @@ email = {{ promptString "Git main email address " "" | quote }} {{- if gt $count 0 -}} {{- range $i, $e := until $count }} [[data.mbsync]] +active = true name = {{ promptString "MbSync account name " | quote }} mail = {{ promptString "MbSync account mail " | quote }} user = {{ promptString "MbSync account user " | quote }} host = {{ promptString "MbSync account host " | quote }} {{- end }} {{ else -}} -mbsync = {{ $count }} +[[data.mbsync]] +active = false {{- end }} {{- end }}