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 }}