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