-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
331 lines (305 loc) · 5.68 KB
/
Brewfile
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
hostname = `hostname -s`.strip
is_work = (hostname == "CO-MBP-KC9KQV64V3")
is_home = (hostname == "yobuko")
# base taps
tap "homebrew/bundle"
tap "homebrew/services"
# mas
brew "mas"
# 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"
# fonts
cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "font-monocraft"
cask "font-roboto"
cask "font-roboto-mono"
cask "font-roboto-serif"
cask "font-symbols-only-nerd-font"
# 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 "ruff-lsp"
brew "shfmt"
brew "stylua"
brew "taplo"
brew "terraform-ls"
brew "tflint"
brew "yaml-language-server"
brew "yamllint"
# various tools (I should split this into sections...)
brew "aichat"
brew "aria2"
brew "asciinema"
brew "atuin"
brew "autossh"
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 "direnv"
brew "doggo"
brew "dos2unix"
brew "dprint"
brew "efm-langserver"
brew "exiftool"
brew "fd"
brew "findutils"
brew "fish"
brew "fzf"
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 "iproute2mac"
brew "jpegoptim"
brew "jq"
brew "just"
brew "lolcat"
brew "lsd"
brew "mise"
brew "mosh"
brew "mpv"
brew "mtr"
brew "ncdu"
brew "netcat"
brew "netperf"
brew "ollama"
brew "openjdk"
brew "openssh"
brew "optipng"
brew "oxipng"
brew "p7zip"
brew "parallel"
brew "pass-otp"
brew "pdf2svg"
brew "pigz"
brew "pinentry-mac"
brew "pipx"
brew "pixz"
brew "pngpaste"
brew "pnpm"
brew "pre-commit"
brew "prettyping"
brew "procs"
brew "pwgen"
brew "ranger"
brew "rclone"
brew "repomix"
brew "restic"
brew "ripgrep"
brew "rsync"
brew "sevenzip"
brew "shellcheck"
brew "socat"
brew "starship"
brew "svgo"
brew "taglib"
brew "tealdeer"
brew "telnet"
brew "testssl"
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"
# 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"
# casks
cask "android-studio"
cask "app-tamer"
cask "avidemux"
cask "betterdisplay"
cask "bettertouchtool"
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 "ghostty"
cask "gimp"
cask "hex-fiend"
cask "iina"
cask "inkscape"
cask "iterm2"
cask "jordanbaird-ice"
cask "karabiner-elements"
cask "keka"
cask "kekaexternalhelper"
cask "kitty"
cask "lm-studio"
cask "logitune"
cask "marta"
cask "mediainfo"
cask "mitmproxy"
cask "moom"
cask "neovide"
cask "obsidian"
cask "orbstack"
cask "p4v"
cask "pgadmin4"
cask "powershell"
cask "qlmarkdown"
cask "raycast"
cask "secretive"
cask "shottr"
cask "skim"
cask "spotify"
cask "stats"
cask "steermouse"
cask "swiftbar"
cask "swiftdefaultappsprefpane"
cask "upscayl"
cask "utm"
cask "visual-studio-code"
cask "vlc"
cask "vnc-viewer"
cask "wezterm@nightly"
cask "wireshark"
mas "Amphetamine", id: 937984704
mas "Bitwarden", id: 1352778147
mas "Color Picker", id: 1545870783
mas "Discovery", id: 1381004916
mas "Microsoft Remote Desktop", id: 1295203466
mas "Negative", id: 1378123825 # Dark mode for PDFs
if is_work then
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 "pandoc"
brew "step"
cask "anypointstudio"
cask "deepl"
cask "flameshot"
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
if is_home then
tap "cloudflare/cloudflare"
cask "cf-terraforming"
brew "ansible"
brew "esptool"
brew "hcloud"
brew "rclone"
brew "wireguard-tools"
cask "1password"
cask "1password-cli"
cask "android-platform-tools"
cask "autodesk-fusion"
cask "balenaetcher"
cask "bambu-studio"
cask "betterzip"
cask "calibre"
cask "diffusionbee"
cask "discord"
cask "flux"
cask "freecad"
cask "itsycal"
cask "kicad"
cask "macfuse"
cask "mqtt-explorer"
cask "mumble"
cask "obs"
cask "openmw"
cask "openscad"
cask "parsec"
cask "plex"
cask "prismlauncher"
cask "prusaslicer"
cask "raspberry-pi-imager"
cask "signal"
cask "steam"
cask "syncthing"
cask "tailscale"
cask "thunderbird@beta"
cask "todoist"
cask "tor-browser"
cask "veracrypt"
cask "vmware-fusion"
cask "yubico-yubikey-manager"
mas "1Password for Safari", id: 1569813296
mas "Brother P-touch Editor", id: 1453365242
mas "CrystalFetch", id: 6454431289 # Download Windows images from microsoft.com
mas "Microsoft Word", id: 462054704
mas "Goodnotes", id: 1444383602
mas "Home Assistant", id: 1099568401
mas "OneDrive", id: 823766827
mas "Prime Video", id: 545519333
mas "Telegram", id: 747648890
mas "WireGuard", id: 1451685025
end
# vim: ft=ruby