Compare commits

...

3 Commits

Author SHA1 Message Date
4e4dbd2673 [systemd] Add claude timer 2026-09-17 09:39:25 -04:00
e25ebfe438 [pass] Update api keys 2026-09-17 09:39:18 -04:00
5753ba3ea6 [ssh] Mostly cleaning up from hungryroot vm 2026-09-17 09:38:54 -04:00
10 changed files with 19 additions and 8 deletions

View File

@ -52,5 +52,10 @@
}
},
"theme": "dark-daltonized",
"skipAutoPermissionPrompt": true
"skipAutoPermissionPrompt": true,
"modelSettings": {
"claude-sonnet-5": {
"effortLevel": "high"
}
}
}

View File

@ -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.

View File

@ -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)",

View File

@ -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

View File

@ -0,0 +1 @@
/home/powellc/.config/systemd/user/claude-save.timer

View File

@ -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