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