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

@ -21,7 +21,7 @@ dscacheutil -flushcache
```bash ```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- \ sh -c "$(curl -fsLS get.chezmoi.io)" -- \
init \ init \
git://pingo.thermokar.st/dotfiles \ git://git.thermokar.st/thermokarst/dotfiles \
--apply \ --apply \
--guess-repo-url=false --guess-repo-url=false
``` ```

View file

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

View file

@ -3,7 +3,7 @@
set -e set -e
if [ ! -d $HOME/.src/gwar ] ; then 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 fi
cd $HOME/.src/gwar cd $HOME/.src/gwar