Compare commits
3 Commits
7742e6693a
...
4e4dbd2673
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e4dbd2673 | |||
| e25ebfe438 | |||
| 5753ba3ea6 |
@ -52,5 +52,10 @@
|
||||
}
|
||||
},
|
||||
"theme": "dark-daltonized",
|
||||
"skipAutoPermissionPrompt": true
|
||||
"skipAutoPermissionPrompt": true,
|
||||
"modelSettings": {
|
||||
"claude-sonnet-5": {
|
||||
"effortLevel": "high"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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)",
|
||||
|
||||
BIN
password-store/.password-store/personal/apikey/groq.gpg
Normal file
BIN
password-store/.password-store/personal/apikey/groq.gpg
Normal file
Binary file not shown.
BIN
password-store/.password-store/personal/apikey/mistral.gpg
Normal file
BIN
password-store/.password-store/personal/apikey/mistral.gpg
Normal file
Binary file not shown.
BIN
password-store/.password-store/personal/apikey/pangram.gpg
Normal file
BIN
password-store/.password-store/personal/apikey/pangram.gpg
Normal file
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
@ -0,0 +1 @@
|
||||
/home/powellc/.config/systemd/user/claude-save.timer
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user