From bf3f95b03f8f19fc2dfccf7f1074cf1728d7e0f3 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 10 Mar 2024 20:15:07 +0100 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 c7ebaf8..406fa01 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,6 +1,6 @@ -email = {{ email := promptString "What is your main git email address " "" }} -signinkey = {{ signinkey := promptString "What is your main git email address " "" }} -latex = {{ latex := promptBool "Do i install latex files " false }} +{{ email := promptString "What is your main git email address " "" }} +{{ signinkey := promptString "What is your main git email address " "" }} +{{ latex := promptBool "Do i install latex files " false }} [git] autoCommit = true autoPush = true