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 }}