tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ง Update configuration files
davidgasquez.com
9 months ago
45b92272
25654994
+5
-4
3 changed files
expand all
collapse all
unified
split
cursor
settings.json
goose
config.yaml
shell
zshrc
+2
-1
cursor/settings.json
···
58
58
"cursor.diffs.useCharacterLevelDiffs": true,
59
59
"cursor.composer.shouldQueueWhenGenerating": true,
60
60
"cursor.cpp.disabledLanguages": [
61
61
-
"plaintext"
61
61
+
"plaintext",
62
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
17
-
GOOSE_MODEL: gemini-2.5-flash-preview-04-17
17
17
+
GOOSE_PLANNER_PROVIDER: google
18
18
+
GOOSE_MODEL: gemini-2.5-flash-preview-05-20
19
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
37
-
eval "$(direnv hook zsh)"
38
38
-
39
37
# Aliases
40
38
alias cd='z'
41
39
alias ls='eza --color=auto --icons=always'