1
0
This commit is contained in:
2025-07-29 01:05:13 +02:00
parent 98cad4fe2c
commit 5106bd4ac8
2 changed files with 13 additions and 1 deletions

View File

@@ -19,6 +19,14 @@ args="--base --zsh"
args="${args} --latex"
{{- end }}
{{- if (ne .hasCode false) }}
args="${args} --vscode"
{{- end }}
{{- if (ne .hasQuarto false) }}
args="${args} --quarto"
{{- end }}
{{ if (eq .chezmoi.os "linux") -}}
{{ if (eq .chezmoi.osRelease.id "manjaro" "arch") -}}