202605 updates#30
Merged
Merged
Conversation
* main: Small fix for K9S config & vscode config update (#29)
There was a problem hiding this comment.
Pull request overview
This PR updates several personal tooling and editor configuration files (Zed, VS Code, Starship, Homebrew, gcloud, and DBeaver) as part of a periodic “202605 updates” refresh.
Changes:
- Adjust Zed settings and keybindings (including CLI open behavior and terminal panel binding).
- Update VS Code user settings and extension list (port forwarding source, Python override mark gutter icons, explorer compact folders).
- Refresh shell/tooling configs (Starship prompt tweaks, Homebrew cask auto-update upgrade behavior, gcloud Python path, DBeaver prefs).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| zed/symlink.config+zed+settings.json | Sets Zed CLI default open behavior. |
| zed/symlink.config+zed+keymap.json | Updates cmd-4 terminal-related keybinding configuration. |
| vscode/symlinkLibrary+Application Support+Code+User+settings.json | Adds/adjusts VS Code remote forwarding + explorer + extension-specific setting. |
| vscode/extensions.txt | Adds maxorr.python-override-mark and removes vscode-icons-team.vscode-icons. |
| shell_prompts/starship_standard/starship.toml | Adds schema + refines Starship prompt formatting and module toggles. |
| homebrew/path.zsh | Sets Homebrew env var to avoid upgrading auto-updating casks by default. |
| gcloud/gcloud.zsh | Updates CLOUDSDK_PYTHON target Python version. |
| dbeaver/symlinkLibrary+DBeaverData+workspace6+.metadata+.plugins+org.eclipse.core.runtime+.settings+org.jkiss.dbeaver.core.prefs | Reorders/updates SQL editor prefs and refreshes UI update-check timestamp. |
| done | ||
|
|
||
| export CLOUDSDK_PYTHON=/opt/homebrew/bin/python3.13 | ||
| export CLOUDSDK_PYTHON=/opt/homebrew/bin/python3.14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.