๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ง Update configuration files

+5 -4
+2 -1
cursor/settings.json
··· 58 58 "cursor.diffs.useCharacterLevelDiffs": true, 59 59 "cursor.composer.shouldQueueWhenGenerating": true, 60 60 "cursor.cpp.disabledLanguages": [ 61 - "plaintext" 61 + "plaintext", 62 + "markdown" 62 63 ], 63 64 "cursorpyright.analysis.autoImportCompletions": true, 64 65 "cursorpyright.analysis.autoSearchPaths": true,
+3 -1
goose/config.yaml
··· 14 14 type: builtin 15 15 GOOSE_CLI_MIN_PRIORITY: 0.2 16 16 GOOSE_PROVIDER: google 17 - GOOSE_MODEL: gemini-2.5-flash-preview-04-17 17 + GOOSE_PLANNER_PROVIDER: google 18 + GOOSE_MODEL: gemini-2.5-flash-preview-05-20 19 + GOOSE_PLANNER_MODEL: gemini-2.5-flash-preview-04-17-thinking
-2
shell/zshrc
··· 34 34 eval "$(uv generate-shell-completion zsh)" 35 35 36 36 # Load direnv 37 - eval "$(direnv hook zsh)" 38 - 39 37 # Aliases 40 38 alias cd='z' 41 39 alias ls='eza --color=auto --icons=always'