From 5753ba3ea6eeda88f074af006af06fd6ad09e4b6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 17 Sep 2026 09:38:54 -0400 Subject: [PATCH] [ssh] Mostly cleaning up from hungryroot vm --- claude/.claude/settings.json | 7 ++++++- emacs/.config/doom/custom.el | 4 ++-- opencode/.config/opencode/opencode.jsonc | 3 --- ssh/.ssh/config | 8 ++++++-- zsh/.zshrc | 4 ++++ 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/claude/.claude/settings.json b/claude/.claude/settings.json index fc4a7d3..60f7297 100644 --- a/claude/.claude/settings.json +++ b/claude/.claude/settings.json @@ -52,5 +52,10 @@ } }, "theme": "dark-daltonized", - "skipAutoPermissionPrompt": true + "skipAutoPermissionPrompt": true, + "modelSettings": { + "claude-sonnet-5": { + "effortLevel": "high" + } + } } diff --git a/emacs/.config/doom/custom.el b/emacs/.config/doom/custom.el index e92b380..d3b8fa5 100644 --- a/emacs/.config/doom/custom.el +++ b/emacs/.config/doom/custom.el @@ -5,8 +5,8 @@ ;; If there is more than one, they won't work right. '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(package-selected-packages - '(acp agent-shell csv-mode direnv eca ef-themes helix-theme just-mode justl - magit-todos nov pinentry vulpea w3m)) + '(acp agent-shell csv-mode direnv eca ef-themes ghostel helix-theme just-mode + justl magit-todos nov org-chef pinentry vulpea w3m)) '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --")))) (custom-set-faces ;; custom-set-faces was added by Custom. diff --git a/opencode/.config/opencode/opencode.jsonc b/opencode/.config/opencode/opencode.jsonc index 749df16..bf1faba 100644 --- a/opencode/.config/opencode/opencode.jsonc +++ b/opencode/.config/opencode/opencode.jsonc @@ -1,9 +1,6 @@ { "$schema": "https://opencode.ai/config.json", "provider": { - "anthropic": { - "api_key": "{env:ANTHROPIC_API_KEY}" - }, "ollama": { "npm": "@ai-sdk/openai-compatible", "name": "Ollama (hr-macos)", diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 6886ec4..7a308f0 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -76,7 +76,7 @@ Host vrobbler.service mopidy.service penobscotbaypress.com atlas.local dns.servi Host bastion.unbl.ink Port 33 - User root + User powellc Host *.local *.service IdentityFile ~/.ssh/jails @@ -86,9 +86,13 @@ Host *.local *.service VerifyHostKeyDNS no Host bastion.service - User root + User powellc Port 33 +Host play.unbl.ink + User powellc + Port 44 + ## Jail hosts all need a jump #Match exec "onsubnet 192.168.40." host *.service # User root diff --git a/zsh/.zshrc b/zsh/.zshrc index e03eb0c..fc61e87 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -97,3 +97,7 @@ export PATH="$VOLTA_HOME/bin:$PATH" export ANDROID_HOME="$HOME/android-sdk" export PATH="$PATH:$ANDROID_HOME/cmdline-tools/latest/bin:$ANDROID_HOME/platform-tools" + +fpath+=~/.zfunc; autoload -Uz compinit; compinit + +zstyle ':completion:*' menu select