From f26c44015adfe1b0f943d93dd5f390efbc809a23 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 5 Mar 2024 22:23:26 +0100 Subject: [PATCH] Up. --- home/.chezmoi.toml.tmpl | 3 ++- home/.chezmoiignore.tmpl | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 home/.chezmoiignore.tmpl diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 7dea54e..53ad242 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -2,4 +2,5 @@ autoCommit = true autoPush = true [data] -email = {{ promptString "Git main email address " "" | quote }} +email = {{ promptString "What is your main git email address " "" | quote }} +latex = {{ promptBool "Do i install latex files " false }} diff --git a/home/.chezmoiignore.tmpl b/home/.chezmoiignore.tmpl new file mode 100644 index 0000000..5ef1431 --- /dev/null +++ b/home/.chezmoiignore.tmpl @@ -0,0 +1,3 @@ +{{- if ne .latex true -}} +.latexmkrc +{{- end }}