2026-05-20

This commit is contained in:
2026-05-20 12:39:12 -04:00
parent 229ff7dea0
commit 420b5a4c6a
3 changed files with 25 additions and 10 deletions
+21 -4
View File
@@ -5,11 +5,11 @@ tap "marsanne/cask"
tap "simonbs/wut", "https://github.com/simonbs/wut.git" tap "simonbs/wut", "https://github.com/simonbs/wut.git"
tap "tw93/tap" tap "tw93/tap"
brew "age" brew "age"
brew "xz"
brew "apfel" brew "apfel"
brew "atuin" brew "atuin"
brew "autoconf" brew "autoconf"
brew "automake" brew "automake"
brew "xz"
brew "bazel" brew "bazel"
brew "bchunk" brew "bchunk"
brew "openssl@3" brew "openssl@3"
@@ -77,22 +77,22 @@ brew "sops"
brew "speedtest-cli" brew "speedtest-cli"
brew "swift-format" brew "swift-format"
brew "swiftdraw" brew "swiftdraw"
brew "swiftformat"
brew "swiftlint" brew "swiftlint"
brew "tea" brew "tea"
brew "telnet" brew "telnet"
brew "thefuck" brew "thefuck"
brew "toot"
brew "trash" brew "trash"
brew "typst" brew "typst"
brew "vapor" brew "vapor"
brew "watchman" brew "watchman"
brew "wget" brew "wget"
brew "xcode-build-server"
brew "yt-dlp" brew "yt-dlp"
brew "zig" brew "zig"
brew "zlib" brew "zlib"
brew "zls" brew "zls"
brew "zoxide" brew "zoxide"
brew "charmbracelet/tap/crush"
brew "dotenvx/brew/dotenvx" brew "dotenvx/brew/dotenvx"
brew "simonbs/wut/wut" brew "simonbs/wut/wut"
brew "tw93/tap/mole" brew "tw93/tap/mole"
@@ -154,6 +154,7 @@ cask "swift-shift"
cask "sync" cask "sync"
cask "tableplus" cask "tableplus"
cask "thaw" cask "thaw"
cask "tuist"
cask "unclack" cask "unclack"
cask "vscodium" cask "vscodium"
cask "whatsapp" cask "whatsapp"
@@ -193,6 +194,7 @@ mas "Ivory", id: 6444602274
mas "JSON Peep", id: 1458969831 mas "JSON Peep", id: 1458969831
mas "Key Codes", id: 414568915 mas "Key Codes", id: 414568915
mas "Keynote", id: 361285480 mas "Keynote", id: 361285480
mas "Kickstart", id: 6758355178
mas "LiquidFetch", id: 6757637185 mas "LiquidFetch", id: 6757637185
mas "Little Snitch Mini", id: 1629008763 mas "Little Snitch Mini", id: 1629008763
mas "Lungo", id: 1263070803 mas "Lungo", id: 1263070803
@@ -204,7 +206,6 @@ mas "Page Screenshot for Safari", id: 1472715727
mas "Pages", id: 361309726 mas "Pages", id: 361309726
mas "Parcel", id: 375589283 mas "Parcel", id: 375589283
mas "Pastel", id: 413897608 mas "Pastel", id: 413897608
mas "Pixelmator Pro", id: 6746662575
mas "Pixelmator Pro", id: 1289583905 mas "Pixelmator Pro", id: 1289583905
mas "Pixen", id: 525180431 mas "Pixen", id: 525180431
mas "Pocket City 2", id: 6742559886 mas "Pocket City 2", id: 6742559886
@@ -261,3 +262,19 @@ go "github.com/golangci/golangci-lint/cmd/golangci-lint"
go "golang.org/x/tools/gopls" go "golang.org/x/tools/gopls"
go "github.com/mgechev/revive" go "github.com/mgechev/revive"
go "honnef.co/go/tools/cmd/staticcheck" go "honnef.co/go/tools/cmd/staticcheck"
npm "@astrojs/language-server"
npm "@tailwindcss/language-server"
npm "conduct"
npm "corepack"
npm "pnpm"
npm "prettier"
npm "svelte-language-server"
npm "ts-node"
npm "typescript-language-server"
npm "typescript"
npm "vscode-css-languageserver-bin"
npm "vscode-html-languageserver-bin"
npm "vscode-json-languageserver"
npm "xml-parser"
npm "yaml-language-server"
npm "yarn"
+3 -2
View File
@@ -1,4 +1,5 @@
theme = dark: Andromeda,light: 3024 Day # theme = dark: Andromeda,light: 3024 Day
theme = Andromeda
macos-secure-input-indication = true macos-secure-input-indication = true
cursor-style = underline cursor-style = underline
@@ -16,7 +17,7 @@ window-padding-x = 5
window-padding-y = 5 window-padding-y = 5
window-padding-balance = true window-padding-balance = true
background-opacity=0.98 background-opacity=0.9
background-blur=true background-blur=true
+1 -4
View File
@@ -54,7 +54,7 @@
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Fleet Light", "light": "Fleet Light",
"dark": "Nightfox - opaque", "dark": "Nightfox",
}, },
"scrollbar": { "scrollbar": {
"show": "system", "show": "system",
@@ -100,9 +100,6 @@
"file_icons": true, "file_icons": true,
"show_diagnostics": "all", "show_diagnostics": "all",
}, },
"notification_panel": {
"button": false,
},
"tab_bar": { "tab_bar": {
"show": true, "show": true,
"show_nav_history_buttons": false, "show_nav_history_buttons": false,