Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
SQLEditor.ContentAssistant.insert.case=2
SQLEditor.autoSaveOnExecute=true
SQLEditor.beepOnQueryEnd=true
SQLEditor.closeBrackets=false
SQLEditor.closeDoubleQuotes=false
SQLEditor.closeSingleQuotes=false
SQLEditor.format.keywordCaseAuto=false
database.editor.connect.on.execute=true
database.editor.separate.connection=true
dataformat.profile.country=US
Expand All @@ -20,14 +27,7 @@ resultset.read.references=false
sample.database.canceled=true
sql.format.keywordCase=LOWER
sql.parameter.prefix=$
SQLEditor.autoSaveOnExecute=true
SQLEditor.beepOnQueryEnd=true
SQLEditor.closeBrackets=false
SQLEditor.closeDoubleQuotes=false
SQLEditor.closeSingleQuotes=false
SQLEditor.ContentAssistant.insert.case=2
SQLEditor.format.keywordCaseAuto=false
tipOfTheDayInitializer.notFirstRun=true
ui.auto.update.check.time=1779404208051
ui.auto.update.check.time=1782164340604
ui.drivers.version.update=true
ui.show.tip.of.the.day.on.startup=true
2 changes: 1 addition & 1 deletion gcloud/gcloud.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ for file in "${ThingsToSource[@]}"; do
fi
done

export CLOUDSDK_PYTHON=/opt/homebrew/bin/python3.13
export CLOUDSDK_PYTHON=/opt/homebrew/bin/python3.14
6 changes: 6 additions & 0 deletions homebrew/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"

# this sets gsed as sed
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"

# Homebrew will now attempt to upgrade casks with `auto_updates true`.
# Disable this behaviour with `HOMEBREW_NO_UPGRADE_AUTO_UPDATES_CASKS=1`.
# Some casks with `auto_updates true` or `version :latest` may still require `--greedy`,
# `HOMEBREW_UPGRADE_GREEDY` or `HOMEBREW_UPGRADE_GREEDY_CASKS` to be upgraded.
export HOMEBREW_NO_UPGRADE_AUTO_UPDATES_CASKS=1
16 changes: 10 additions & 6 deletions shell_prompts/starship_standard/starship.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'

# Do not insert a blank line between shell prompts.
add_newline = false
# Timeout for commands executed by starship (in milliseconds).
command_timeout = 800

format = '$shell$directory$git_branch$git_status$git_metrics$python$bun$golang$time${env_var.STARSHIP_COMMAND_DURATION}$status$line_break$character'
format = '$shell$directory$git_branch$git_state$git_status$git_metrics$python$bun$time${env_var.STARSHIP_COMMAND_DURATION}$status$line_break$character'
right_format = '$gcloud$aws$azure$localip'

[shell]
Expand All @@ -17,7 +20,7 @@ repo_root_format = '[$before_root_path]($before_repo_root_style)[$repo_root]($re
style = 'bold #4169e1'
repo_root_style = 'bold #4169e1'
truncation_length = 4
truncate_to_repo = false
truncate_to_repo = true

[git_branch]
format = ' [on](white) [$symbol$branch(:$remote_branch)]($style) '
Expand Down Expand Up @@ -82,7 +85,7 @@ format = '[using](white) [$symbol$version]($style) '
style = 'bold red'

[golang]
format = '[using](white) [$symbol($version )($mod_version)]($style) '
format = '[using](white) [$symbol($version )($mod_version)]($style)'
style = 'bold cyan'

[env_var.STARSHIP_COMMAND_DURATION]
Expand All @@ -95,16 +98,17 @@ format = '[ status $status]($style) '
style = 'bold red'

[gcloud]
format = '([$symbol$project]($style) ) '
format = '([$symbol$project]($style) )'
style = 'bold blue'
symbol = '☁ '
symbol = '☁️ '
disabled = false

[aws]
format = '[$symbol($profile )(\($region\))]($style) '
style = 'bold yellow'

[azure]
disabled = false
disabled = true
format = '[$symbol($subscription)]($style) '
style = 'blue bold'

Expand Down
2 changes: 1 addition & 1 deletion vscode/extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ hashicorp.terraform
jasonnutter.vscode-codeowners
k--kato.intellij-idea-keybindings
ldez.ignore-files
maxorr.python-override-mark
mechatroner.rainbow-csv
mikestead.dotenv
ms-azuretools.vscode-containers
Expand All @@ -37,5 +38,4 @@ samuelcolvin.jinjahtml
svelte.svelte-vscode
tamasfe.even-better-toml
timonwong.shellcheck
vscode-icons-team.vscode-icons
wholroyd.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,16 @@
"*.md": "vscode.markdown.preview.editor",
},
"chat.tools.compressOutput.enabled": true,
"remote.autoForwardPortsSource": "hybrid",
"pythonOverrideMark.display.gutterIcons": true,
// Added by default
"yaml.disableSchemaDetection": [
"**/.github/workflows/*.yml",
"**/.github/workflows/*.yaml",
"**/.gitea/workflows/*.yml",
"**/.gitea/workflows/*.yaml",
"**/.forgejo/workflows/*.yml",
"**/.forgejo/workflows/*.yaml"
"**/.forgejo/workflows/*.yaml",
],
"explorer.compactFolders": false,
}
14 changes: 13 additions & 1 deletion zed/symlink.config+zed+keymap.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,25 @@
"context": "Workspace",
"bindings": {
// "shift shift": "file_finder::Toggle"
"cmd-4": "terminal_panel::ToggleFocus"
}
},
{
"context": "Editor",
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
// "cmd 4": ["workspace::SendKeystrokes", "Terminal Panel"]
}
},
{
"context": "Workspace",
"bindings": {
"cmd-4": null
}
},
{
"context": "Workspace || Editor",
"bindings": {
"cmd-4": "terminal_panel::Toggle"
}
}
]
1 change: 1 addition & 0 deletions zed/symlink.config+zed+settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"cli_default_open_behavior": "existing_window",
"project_panel": {
"dock": "right"
},
Expand Down