1
0
This commit is contained in:
Jeff Lance 2024-03-05 22:23:26 +01:00
parent e1af134ea3
commit f26c44015a
2 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,5 @@
autoCommit = true autoCommit = true
autoPush = true autoPush = true
[data] [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 }}

3
home/.chezmoiignore.tmpl Normal file
View File

@ -0,0 +1,3 @@
{{- if ne .latex true -}}
.latexmkrc
{{- end }}