1
0
This commit is contained in:
2025-08-14 00:48:48 +02:00
parent 53db973906
commit 558e795078
6 changed files with 48 additions and 61 deletions

View File

@@ -7,8 +7,7 @@ command = "meld"
{{ $hasNVim := promptBool "Do i install Neovim " false}}
{{ $hasDevel := promptBool "Do i install programming languages " false }}
{{ $hasLatex := promptBool "Do i install LaTeX " false }}
{{ $hasVSCode := promptBool "Do i install VSCode " false }}
{{ $hasQuarto := promptBool "Do i install Quarto " false }}
{{ $hasIDE := promptBool "Do i install IDE's " false }}
[git]
autoCommit = true
autoPush = true
@@ -16,8 +15,7 @@ autoPush = true
hasNVim = {{ $hasNVim }}
hasDevel = {{ $hasDevel }}
hasLatex = {{ $hasLatex }}
hasVSCode = {{ $hasVSCode }}
hasQuarto = {{ $hasQuarto }}
hasIDE = {{ $hasIDE }}
email = {{ $email | quote }}
signingkey = {{ $signingkey | quote }}