just a bunch of misc tweaks, and more to come

This commit is contained in:
Matthew Ryan Dillon 2025-07-07 10:21:25 -04:00
parent 9e72ed1f31
commit d0930f097a
9 changed files with 102 additions and 68 deletions

View file

@ -11,6 +11,9 @@
{{ $email_work := promptString "email_work" -}}
{{ $github_personal := promptString "github_personal" -}}
{{ $github_work := promptString "github_work" -}}
{{ $task_url := promptString "task_url" -}}
{{ $task_client_id := promptString "task_client_id" -}}
{{ $task_encryption_secret := promptString "task_encryption_secret" -}}
encryption = "age"
[age]
@ -23,4 +26,7 @@ encryption = "age"
email_personal = {{ $email_personal | quote }}
email_work = {{ $email_work | quote }}
github_personal = {{ $github_personal | quote }}
github_work = {{ $github_work | quote }}
github_work = {{ $github_work | quote }}
task_url = {{ $task_url | quote }}
task_client_id = {{ $task_client_id | quote }}
task_encryption_secret = {{ $task_encryption_secret | quote }}