diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index dbbc2d2..8097046 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,5 +1,5 @@ -{{- $email := promptStringOnce . "email" "Email address " }} -{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " }} +{{- $email := promptString "Git main email address " ""}} +{{- $mbsyncAccountNumber := promptInt "How many mbsync accounts would you generate " 0 }} {{- $mbsyncAccountNumber = $mbsyncAccountNumber | int -}} [data]