1
0
This commit is contained in:
2025-07-29 01:08:16 +02:00
parent 5106bd4ac8
commit d8d1bcfce3
3 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ command = "meld"
{{ $hasNVim := promptBool "Do i install Neovim " false}}
{{ $hasLVim := promptBool "Do i install LunarVim " false }}
{{ $hasLatex := promptBool "Do i install LaTeX " false }}
{{ $hasCode := promptBool "Do i install VSCode " false }}
{{ $hasVSCode := promptBool "Do i install VSCode " false }}
{{ $hasQuarto := promptBool "Do i install Quarto " false }}
[git]
autoCommit = true
@@ -16,7 +16,7 @@ autoPush = true
hasNVim = {{ $hasNVim }}
hasLVim = {{ $hasLVim }}
hasLatex = {{ $hasLatex }}
hasCode = {{ $hasCode }}
hasVSCode = {{ $hasVSCode }}
hasQuarto = {{ $hasQuarto }}
email = {{ $email | quote }}
signinkey = {{ $signinkey | quote }}

View File

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