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 "tw93/tap"
brew "age"
brew "xz"
brew "apfel"
brew "atuin"
brew "autoconf"
brew "automake"
brew "xz"
brew "bazel"
brew "bchunk"
brew "openssl@3"
@@ -77,22 +77,22 @@ brew "sops"
brew "speedtest-cli"
brew "swift-format"
brew "swiftdraw"
brew "swiftformat"
brew "swiftlint"
brew "tea"
brew "telnet"
brew "thefuck"
brew "toot"
brew "trash"
brew "typst"
brew "vapor"
brew "watchman"
brew "wget"
brew "xcode-build-server"
brew "yt-dlp"
brew "zig"
brew "zlib"
brew "zls"
brew "zoxide"
brew "charmbracelet/tap/crush"
brew "dotenvx/brew/dotenvx"
brew "simonbs/wut/wut"
brew "tw93/tap/mole"
@@ -154,6 +154,7 @@ cask "swift-shift"
cask "sync"
cask "tableplus"
cask "thaw"
cask "tuist"
cask "unclack"
cask "vscodium"
cask "whatsapp"
@@ -193,6 +194,7 @@ mas "Ivory", id: 6444602274
mas "JSON Peep", id: 1458969831
mas "Key Codes", id: 414568915
mas "Keynote", id: 361285480
mas "Kickstart", id: 6758355178
mas "LiquidFetch", id: 6757637185
mas "Little Snitch Mini", id: 1629008763
mas "Lungo", id: 1263070803
@@ -204,7 +206,6 @@ mas "Page Screenshot for Safari", id: 1472715727
mas "Pages", id: 361309726
mas "Parcel", id: 375589283
mas "Pastel", id: 413897608
mas "Pixelmator Pro", id: 6746662575
mas "Pixelmator Pro", id: 1289583905
mas "Pixen", id: 525180431
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 "github.com/mgechev/revive"
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
cursor-style = underline
@@ -16,7 +17,7 @@ window-padding-x = 5
window-padding-y = 5
window-padding-balance = true
background-opacity=0.98
background-opacity=0.9
background-blur=true
+1 -4
View File
@@ -54,7 +54,7 @@
"theme": {
"mode": "system",
"light": "Fleet Light",
"dark": "Nightfox - opaque",
"dark": "Nightfox",
},
"scrollbar": {
"show": "system",
@@ -100,9 +100,6 @@
"file_icons": true,
"show_diagnostics": "all",
},
"notification_panel": {
"button": false,
},
"tab_bar": {
"show": true,
"show_nav_history_buttons": false,