misc tweaks (new mba)

This commit is contained in:
Matthew Ryan Dillon 2025-11-05 17:58:03 -05:00
parent 8e2e8f9aa7
commit 856d96251e
3 changed files with 2 additions and 8 deletions

View file

@ -11,9 +11,6 @@
{{ $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]
@ -27,6 +24,3 @@ encryption = "age"
email_work = {{ $email_work | quote }}
github_personal = {{ $github_personal | 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 }}

View file

@ -3,7 +3,7 @@
set -e
if [ ! -d $HOME/.src/gwar ] ; then
git clone ssh://git@pingo.thermokar.st/gwar $HOME/.src/gwar
git clone ssh://git@git.thermokar.st/thermokarst/gwar $HOME/.src/gwar
fi
cd $HOME/.src/gwar