diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 406fa01..8dc70d0 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 main git email address " "" }} -{{ 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