1
0
This commit is contained in:
2025-08-14 01:09:57 +02:00
parent 703ce44694
commit fc11d4ed55

View File

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