From 856d96251e493441357415b44921125abd2040a2 Mon Sep 17 00:00:00 2001 From: Matthew Ryan Dillon Date: Wed, 5 Nov 2025 17:58:03 -0500 Subject: [PATCH] misc tweaks (new mba) --- README.md | 2 +- home/.chezmoi.toml.tmpl | 6 ------ home/run_once_03install-gwar.sh.tmpl | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0b78e7f..0da91b3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ dscacheutil -flushcache ```bash sh -c "$(curl -fsLS get.chezmoi.io)" -- \ init \ - git://pingo.thermokar.st/dotfiles \ + git://git.thermokar.st/thermokarst/dotfiles \ --apply \ --guess-repo-url=false ``` diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index b909f02..eb8400b 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -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 }} diff --git a/home/run_once_03install-gwar.sh.tmpl b/home/run_once_03install-gwar.sh.tmpl index f67145b..cb525c7 100644 --- a/home/run_once_03install-gwar.sh.tmpl +++ b/home/run_once_03install-gwar.sh.tmpl @@ -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