fix: added missing dotfiles and removed unnecessary files/packages
This commit is contained in:
+2
-2
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user