2025-10-14

This commit is contained in:
2025-10-14 18:56:06 -04:00
parent 4fc054533c
commit d171c94478
4 changed files with 39 additions and 12 deletions
+9
View File
@@ -13,13 +13,16 @@ brew "bazel"
brew "bchunk" brew "bchunk"
brew "btop" brew "btop"
brew "cloc" brew "cloc"
brew "cmake"
brew "libyaml" brew "libyaml"
brew "openssl@3" brew "openssl@3"
brew "cocoapods" brew "cocoapods"
brew "coreutils" brew "coreutils"
brew "csvkit" brew "csvkit"
brew "deno"
brew "exiv2" brew "exiv2"
brew "eza" brew "eza"
brew "fastfetch"
brew "ffmpeg" brew "ffmpeg"
brew "flyctl" brew "flyctl"
brew "fzf" brew "fzf"
@@ -79,6 +82,7 @@ cask "appflowy"
cask "arq" cask "arq"
cask "autodock" cask "autodock"
cask "bbedit" cask "bbedit"
cask "bloom"
cask "coderabbit" cask "coderabbit"
cask "cog-app" cask "cog-app"
cask "contexts" cask "contexts"
@@ -97,6 +101,7 @@ cask "keystash"
cask "knockknock" cask "knockknock"
cask "lulu" cask "lulu"
cask "mac-mouse-fix" cask "mac-mouse-fix"
cask "marta"
cask "nova" cask "nova"
cask "onyx@beta" cask "onyx@beta"
cask "openemu" cask "openemu"
@@ -179,6 +184,7 @@ mas "Velja", id: 1607635845
mas "Vinegar", id: 1591303229 mas "Vinegar", id: 1591303229
mas "WhatsApp", id: 310633997 mas "WhatsApp", id: 310633997
mas "WorldWideWeb", id: 1621370168 mas "WorldWideWeb", id: 1621370168
mas "WutheringWaves", id: 6475033368
vscode "astro-build.astro-vscode" vscode "astro-build.astro-vscode"
vscode "bradlc.vscode-tailwindcss" vscode "bradlc.vscode-tailwindcss"
vscode "christian-kohler.npm-intellisense" vscode "christian-kohler.npm-intellisense"
@@ -193,6 +199,7 @@ vscode "llvm-vs-code-extensions.lldb-dap"
vscode "mechatroner.rainbow-csv" vscode "mechatroner.rainbow-csv"
vscode "orta.vscode-jest" vscode "orta.vscode-jest"
vscode "oven.bun-vscode" vscode "oven.bun-vscode"
vscode "pollywoggames.pico8-ls"
vscode "prisma.prisma" vscode "prisma.prisma"
vscode "redhat.vscode-xml" vscode "redhat.vscode-xml"
vscode "ripplejs.ripple-vscode-plugin" vscode "ripplejs.ripple-vscode-plugin"
@@ -202,3 +209,5 @@ vscode "swiftlang.swift-vscode"
vscode "tamasfe.even-better-toml" vscode "tamasfe.even-better-toml"
vscode "vue.volar" vscode "vue.volar"
vscode "ziglang.vscode-zig" vscode "ziglang.vscode-zig"
go "golang.org/x/tools/gopls"
go "honnef.co/go/tools/cmd/staticcheck"
+2
View File
@@ -28,3 +28,5 @@
auto = true auto = true
[coderabbit] [coderabbit]
machineId = cli/e407c8d66b9f497cb110e079e700f9e1 machineId = cli/e407c8d66b9f497cb110e079e700f9e1
[pull]
rebase = true
+1 -1
View File
@@ -16,5 +16,5 @@ window-padding-x = 5
window-padding-y = 5 window-padding-y = 5
window-padding-balance = true window-padding-balance = true
background-opacity=0.95 background-opacity=0.93
background-blur=true background-blur=true
+27 -11
View File
@@ -1,6 +1,6 @@
{ {
"git_panel": { "git_panel": {
"dock": "left" "button": false
}, },
"icon_theme": "Soft Charmed Icons", "icon_theme": "Soft Charmed Icons",
"show_edit_predictions": false, "show_edit_predictions": false,
@@ -9,9 +9,13 @@
"outline_panel": { "outline_panel": {
"dock": "right" "dock": "right"
}, },
"bottom_dock_layout": "full", "title_bar": {
"show_user_picture": false,
"show_sign_in": false,
"show_branch_icon": true
},
"telemetry": { "telemetry": {
"diagnostics": true, "diagnostics": false,
"metrics": false "metrics": false
}, },
"agent": { "agent": {
@@ -20,19 +24,19 @@
}, },
"edit_predictions": { "edit_predictions": {
"disabled_globs": [".md"], "disabled_globs": [".md"],
"mode": "subtle" "mode": "eager"
}, },
"active_pane_modifiers": { "active_pane_modifiers": {
"inactive_opacity": 0.7 "inactive_opacity": 0.7
}, },
"features": { "features": {
"edit_prediction_provider": "zed" "edit_prediction_provider": "none"
}, },
"collaboration_panel": { "collaboration_panel": {
"button": false "button": false
}, },
"toolbar": { "toolbar": {
"breadcrumbs": false, // "breadcrumbs": false,
"quick_actions": false, "quick_actions": false,
"selections_menu": false "selections_menu": false
}, },
@@ -45,8 +49,8 @@
}, },
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Catppuccin Latte (Blur)", "light": "One Light",
"dark": "Catppuccin Macchiato (Blur) [Heavy]" "dark": "Catppuccin Mocha"
}, },
"scrollbar": { "scrollbar": {
"show": "system", "show": "system",
@@ -55,6 +59,10 @@
"vertical": true "vertical": true
} }
}, },
"status_bar": {
"active_language_button": false,
"cursor_position_button": false
},
"cursor_shape": "underline", "cursor_shape": "underline",
"vertical_scroll_margin": 18, "vertical_scroll_margin": 18,
"ui_font_family": "Input Mono", "ui_font_family": "Input Mono",
@@ -95,7 +103,10 @@
}, },
"git": { "git": {
"git_gutter": "tracked_files", "git_gutter": "tracked_files",
"hunk_style": "unstaged_hollow" "hunk_style": "unstaged_hollow",
"inline_blame": {
"show_commit_summary": true
}
}, },
"indent_guides": { "indent_guides": {
"enabled": true, "enabled": true,
@@ -124,11 +135,16 @@
}, },
"project_panel": { "project_panel": {
"dock": "left", "dock": "left",
"indent_size": 10, "indent_size": 16,
"auto_fold_dirs": false, "auto_fold_dirs": false,
"show_diagnostics": "off", "show_diagnostics": "off",
"git_status": true, "git_status": true,
"entry_spacing": "standard" "entry_spacing": "standard",
"sticky_scroll": false,
"hide_root": true,
"indent_guides": {
"show": "never"
}
}, },
"file_types": { "file_types": {
"HTML": ["hbs", "njk", "webc", "leaf"] "HTML": ["hbs", "njk", "webc", "leaf"]