-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
376 lines (342 loc) · 7.45 KB
/
Copy pathBrewfile
File metadata and controls
376 lines (342 loc) · 7.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
hostname = `hostname -s`.strip
# role (platform comes from Homebrew's OS.mac? / OS.linux? helpers inline below)
is_work = ["CO-MBP-KC9KQV64V3", "DEMUE1M1602"].include?(hostname) # work macOS or Linux/WSL
is_home = (hostname == "yobuko") # personal (always macOS)
# =============================================================================
# Universal CLI tools (macOS + Linux via Linuxbrew)
# =============================================================================
# speedtest-cli
tap "teamookla/speedtest"
brew "teamookla/speedtest/speedtest"
# curlie
tap "rs/tap"
brew "rs/tap/curlie"
# dyff
tap "homeport/tap"
brew "homeport/tap/dyff"
# litra cli
tap "timrogers/tap"
brew "litra"
# AI
brew "agent-browser"
brew "nono"
brew "gemini-cli"
brew "llm"
brew "opencode"
# linters, formatters, LSPs
brew "ansible-lint"
brew "basedpyright"
brew "bash-language-server"
brew "dockerfile-language-server"
brew "hadolint"
brew "lua-language-server"
brew "markdownlint-cli"
brew "markdownlint-cli2"
brew "prettierd"
brew "ruff"
brew "rust-analyzer"
brew "shfmt"
brew "stylua"
brew "taplo"
brew "terraform-ls"
brew "tflint"
brew "vtsls"
brew "yaml-language-server"
brew "yamllint"
# terminal entertainment
brew "asciiquarium"
brew "cbonsai"
brew "lolcat"
brew "pipes-sh"
# various tools (I should split this into sections...)
brew "age"
brew "age-plugin-yubikey"
brew "aichat"
brew "aria2"
brew "asciinema"
brew "atuin"
brew "autossh"
brew "awscli"
brew "bat"
brew "bgpq3"
brew "bind" # for dig, nslookup and host
brew "bottom"
brew "chafa"
brew "chezmoi"
brew "cmake"
brew "colordiff"
brew "coreutils"
brew "cosign" # used by mise
brew "csvkit"
brew "csvlens"
brew "curl"
brew "direnv"
brew "doggo"
brew "dos2unix"
brew "dprint"
brew "efm-langserver"
brew "exiftool"
brew "fastfetch"
brew "fd"
brew "findutils"
brew "fish"
brew "fzf"
brew "glow" # CLI markdown viewer
brew "gnu-sed"
brew "gnu-tar"
brew "go"
brew "gopass"
brew "gotop"
brew "gping"
brew "grep"
brew "gron"
brew "htop"
brew "httpie"
brew "httping"
brew "httpstat"
brew "influxdb"
brew "iperf"
brew "iperf3"
brew "jpegoptim"
brew "jq"
brew "just"
brew "lftp"
brew "lsd"
brew "mise"
brew "mosh"
brew "mpv"
brew "mtr"
brew "ncdu"
brew "netcat"
brew "ollama"
brew "openjdk"
brew "openssh"
brew "optipng"
brew "oxipng"
brew "p7zip"
brew "pandoc"
brew "parallel"
brew "pass-otp"
brew "pdf2svg"
brew "pigz"
brew "pipx"
brew "pixz"
brew "pnpm"
brew "powershell"
brew "pre-commit"
brew "prettyping"
brew "procs"
brew "pwgen"
brew "ranger"
brew "rclone"
brew "repomix"
brew "restic"
brew "ripgrep"
brew "rsync"
brew "rust"
brew "sevenzip"
brew "shellcheck"
brew "socat"
brew "sops"
brew "starship"
brew "svgo"
brew "taglib"
brew "tealdeer"
brew "telnet"
brew "testssl"
brew "tmux"
brew "trivy"
brew "uv"
brew "watch"
brew "wget"
brew "xh"
brew "yarn"
brew "yazi"
brew "yq"
brew "yt-dlp"
brew "zbar"
brew "zoxide"
# neovim-related
brew "luarocks"
brew "neovim"
brew "tree-sitter-cli"
# better git
brew "diff-so-fancy"
brew "gh"
brew "git"
brew "git-delta"
brew "git-trim"
brew "lazygit"
# container stuff
brew "dive"
# keyboard-related
brew "platformio"
brew "dfu-util"
# work CLI (cross-platform; installs on work macOS and work Linux)
if is_work
tap "heroku/brew"
brew "heroku/brew/heroku"
tap "minamijoyo/tfupdate"
brew "minamijoyo/tfupdate/tfupdate"
tap "garethgeorge/backrest-tap"
brew "garethgeorge/backrest-tap/backrest"
tap "azure/functions"
brew "azure/functions/azure-functions-core-tools@4"
brew "azcopy"
brew "azure-cli"
brew "bitwarden-cli"
brew "step"
end
# =============================================================================
# macOS only (formulae requiring macOS, casks, Mac App Store)
# =============================================================================
if OS.mac?
# mas (Mac App Store CLI)
brew "mas"
# homebrew autoupdate (launchd-based)
tap "domt4/autoupdate"
# felixkratz tools (status bar + window borders)
tap "felixkratz/formulae"
brew "felixkratz/formulae/borders"
brew "felixkratz/formulae/sketchybar"
# rift (BSP tiling window manager)
tap "acsandmann/tap"
brew "acsandmann/tap/rift"
# AI (Apple Silicon MLX)
tap "jundot/omlx", "https://github.com/jundot/omlx"
brew "jundot/omlx/omlx"
cask "claude-code@latest"
cask "codex"
# macOS-only CLI (hard macOS requirement)
brew "age-plugin-se" # Secure Enclave age plugin
brew "iproute2mac"
brew "pinentry-mac"
brew "pngpaste"
# fonts
cask "font-iosevka"
cask "font-liberation"
cask "font-iosevka-nerd-font"
cask "font-monocraft"
cask "font-roboto"
cask "font-roboto-mono"
cask "font-roboto-serif"
cask "font-sketchybar-app-font"
cask "font-symbols-only-nerd-font"
# casks
cask "android-studio"
cask "app-tamer"
cask "avidemux"
cask "brave-browser@beta"
cask "bruno"
cask "clop"
cask "contexts"
cask "coteditor"
cask "daisydisk"
cask "db-browser-for-sqlite"
cask "dbeaver-community"
cask "firefox@developer-edition"
cask "gcloud-cli"
cask "ghostty"
cask "gimp"
cask "hex-fiend"
cask "iina"
cask "inkscape"
cask "iterm2"
cask "karabiner-elements"
cask "kitty"
cask "libreoffice"
cask "lm-studio"
cask "logitune"
cask "mediainfo"
cask "mitmproxy"
cask "obsidian"
cask "orbstack"
cask "p4v"
cask "pgadmin4"
cask "powershell"
cask "raycast"
cask "secretive"
cask "shottr"
cask "spotify"
cask "steermouse"
cask "swiftdefaultappsprefpane"
cask "upscayl"
cask "utm"
cask "visual-studio-code"
cask "vlc"
cask "vnc-viewer"
cask "wezterm@nightly"
cask "wireshark-app"
cask "yubico-authenticator"
cask "zen"
mas "Amphetamine", id: 937984704
mas "Balance Lock", id: 1019371109
mas "Bitwarden", id: 1352778147
mas "Brother P-touch Editor", id: 1453365242
mas "Color Picker", id: 1545870783
mas "CrystalFetch", id: 6454431289 # Download Windows images from microsoft.com
mas "Discovery", id: 1381004916
mas "Draw Things", id: 6444050820
mas "Microsoft Remote Desktop", id: 1295203466
mas "Xcode", id: 497799835
# work GUI apps (macOS only)
if is_work
cask "anypointstudio"
cask "deepl"
cask "firefox@nightly"
cask "google-chrome"
cask "jabra-direct"
cask "keepassxc"
cask "microsoft-azure-storage-explorer"
cask "microsoft-edge"
cask "miro"
cask "mongodb-compass"
cask "postman"
cask "slack"
end
# home (personal, always macOS)
if is_home
tap "cloudflare/cloudflare"
cask "cf-terraforming"
brew "ansible"
brew "esptool"
brew "hcloud"
brew "rclone"
brew "spicetify-cli"
brew "wireguard-tools"
# currently manually installed prerelease version: cask "freecad"
cask "1password"
cask "1password-cli"
cask "android-platform-tools"
cask "autodesk-fusion"
cask "balenaetcher"
cask "bambu-connect"
cask "calibre"
cask "discord"
cask "kicad"
cask "macfuse"
cask "microsoft-auto-update"
cask "microsoft-excel"
cask "moonlight"
cask "mqtt-explorer"
cask "openscad"
cask "orcaslicer"
cask "plex"
cask "raspberry-pi-imager"
cask "signal"
cask "steam"
cask "syncthing-app"
cask "tailscale-app"
cask "thunderbird@beta"
cask "tor-browser"
cask "veracrypt"
mas "1Password for Safari", id: 1569813296
mas "Microsoft Word", id: 462054704
mas "Goodnotes", id: 1444383602
mas "Home Assistant", id: 1099568401
mas "OneDrive", id: 823766827
mas "Telegram", id: 747648890
mas "WireGuard", id: 1451685025
end
end
# vim: ft=ruby