From 341d92aeb7cf02f54fb4aad5c7276536f8de551f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 2 Aug 2024 16:25:28 +0200 Subject: [PATCH] Up. --- home/.chezmoi.toml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 6947692..61e80b9 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,6 +1,6 @@ -{{ $email := promptString "What is your main git email address " "" }} -{{ $signinkey := promptString "What is your git signing key " "" }} -{{ $latex := promptBool "Do i install latex files " false }} +{{ $email := promptStringOnce "What is your main git email address " "" }} +{{ $signinkey := promptStringOnce "What is your git signing key " "" }} +{{ $latex := promptBoolOnce "Do i install latex files " false }} [git] autoCommit = true autoPush = true