mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-27 21:58:36 +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
|
# End of LM Studio CLI section
|
||||||
|
|
||||||
# vim: ft=fish ts=4 sw=4 et:
|
# vim: ft=fish ts=4 sw=4 et:
|
||||||
|
|
||||||
|
# opencode
|
||||||
|
fish_add_path /Users/ivuorinen/.opencode/bin
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ dfm.sh
|
|||||||
.phpactor.json
|
.phpactor.json
|
||||||
.zsh_history
|
.zsh_history
|
||||||
**/.claude/settings.local.json
|
**/.claude/settings.local.json
|
||||||
|
**/.serena/cache
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
"default_profile": "write",
|
"default_profile": "write",
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "copilot_chat",
|
"provider": "copilot_chat",
|
||||||
"model": "claude-3.7-sonnet"
|
"model": "claude-sonnet-4"
|
||||||
},
|
},
|
||||||
"play_sound_when_agent_done": true
|
"play_sound_when_agent_done": true
|
||||||
},
|
},
|
||||||
@@ -101,8 +101,8 @@
|
|||||||
"vim_mode": true,
|
"vim_mode": true,
|
||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Rosé Pine Dawn",
|
"light": "Everforest Dark Soft",
|
||||||
"dark": "Rosé Pine"
|
"dark": "Everforest Dark Hard"
|
||||||
},
|
},
|
||||||
"inlay_hints": {
|
"inlay_hints": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user