fix: added missing dotfiles and removed unnecessary files/packages

This commit is contained in:
2026-07-30 22:53:44 +02:00
parent 73fe6b87a9
commit 9d260af0c6
59 changed files with 3565 additions and 185 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ recipient = "age1pq1q8zvperhkgayvaeyppanuwml6l54a2ehp8au3z96qzsympcjxhsvzdk9exks
[data]
{{ $system := promptStringOnce . "system" "Which system class is this machine?" "desktop" }}
system = {{ $system | quote }}
{{ $gaming := promptBoolOnce . "gaming" "Should gaming packages (e.g. Steam, heroic) be installed?" }}
gaming = {{ $gaming }}
{{ $email := promptStringOnce . "email" "What is your email address (git)" }}
email = {{ $email | quote }}
{{ $name := promptStringOnce . "name" "What is your name (git)" }}
name = {{ $name | quote }}