up
This commit is contained in:
@@ -6,7 +6,9 @@ command = "meld"
|
||||
{{ $signinkey := promptStringOnce . "signingkey" "What is your git signing key " }}
|
||||
{{ $hasNVim := promptBool "Do i install Neovim " false}}
|
||||
{{ $hasLVim := promptBool "Do i install LunarVim " false }}
|
||||
{{ $hasLatex := promptBool "Do i install latex " false }}
|
||||
{{ $hasLatex := promptBool "Do i install LaTeX " false }}
|
||||
{{ $hasCode := promptBool "Do i install VSCode " false }}
|
||||
{{ $hasQuarto := promptBool "Do i install Quarto " false }}
|
||||
[git]
|
||||
autoCommit = true
|
||||
autoPush = true
|
||||
@@ -14,6 +16,8 @@ autoPush = true
|
||||
hasNVim = {{ $hasNVim }}
|
||||
hasLVim = {{ $hasLVim }}
|
||||
hasLatex = {{ $hasLatex }}
|
||||
hasCode = {{ $hasCode }}
|
||||
hasQuarto = {{ $hasQuarto }}
|
||||
email = {{ $email | quote }}
|
||||
signinkey = {{ $signinkey | quote }}
|
||||
|
||||
|
||||
@@ -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") -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user