mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 03:04:06 +00:00
chore(config): misc config tweaks
This commit is contained in:
@@ -35,3 +35,6 @@ set -gx PATH $PATH $HOME/.lmstudio/bin
|
||||
# End of LM Studio CLI section
|
||||
|
||||
# vim: ft=fish ts=4 sw=4 et:
|
||||
|
||||
# opencode
|
||||
fish_add_path /Users/ivuorinen/.opencode/bin
|
||||
|
||||
@@ -22,4 +22,4 @@ dfm.sh
|
||||
.phpactor.json
|
||||
.zsh_history
|
||||
**/.claude/settings.local.json
|
||||
|
||||
**/.serena/cache
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"default_profile": "write",
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
"model": "claude-3.7-sonnet"
|
||||
"model": "claude-sonnet-4"
|
||||
},
|
||||
"play_sound_when_agent_done": true
|
||||
},
|
||||
@@ -101,8 +101,8 @@
|
||||
"vim_mode": true,
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Rosé Pine Dawn",
|
||||
"dark": "Rosé Pine"
|
||||
"light": "Everforest Dark Soft",
|
||||
"dark": "Everforest Dark Hard"
|
||||
},
|
||||
"inlay_hints": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user