-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
228 lines (212 loc) · 3.84 KB
/
Copy pathBrewfile
File metadata and controls
228 lines (212 loc) · 3.84 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
if OS.mac?
cask_args appdir: "/Applications"
end
# Bootstrap shell and provisioning tools
brew "bash"
brew "chezmoi"
brew "uv"
brew "bun"
brew "go"
brew "gradle"
brew "maven"
brew "node"
brew "openjdk"
brew "ruby"
brew "ruby-lsp"
brew "rustup"
# Shells and prompts
brew "atuin", restart_service: true
brew "starship"
brew "zoxide"
brew "zsh"
# CLI replacements
brew "broot"
brew "coreutils"
brew "diffutils"
brew "duf"
brew "dust"
brew "eza"
brew "fd"
brew "findutils"
brew "gawk"
brew "git-delta"
brew "gnu-getopt"
brew "gnu-sed"
brew "gnu-tar"
brew "gnu-which"
brew "grep"
brew "gum"
brew "ripgrep"
brew "sd"
# Development
brew "actionlint"
brew "bash-language-server"
brew "biome"
brew "clang-format"
brew "delve"
brew "dockerfmt"
brew "gh"
brew "git"
brew "git-filter-repo"
brew "git-lfs"
brew "gitui"
brew "golangci-lint"
brew "gopls"
brew "hadolint"
brew "autoconf"
brew "automake"
brew "cmake"
brew "just"
brew "just-lsp"
brew "4evy/dotfiles/jj-patched"
brew "libtool"
brew "lld"
brew "lua"
brew "lua-language-server"
brew "luacheck"
brew "luarocks"
brew "make"
brew "meson"
brew "ninja"
brew "pinact"
brew "gpatch"
brew "pkgconf"
brew "rumdl"
brew "selene"
brew "shellcheck"
brew "shfmt"
brew "sqlcipher"
brew "stylua"
brew "taplo"
brew "watchexec"
brew "yamllint"
brew "yaml-language-server"
brew "zizmor"
# Reverse engineering and binary analysis
brew "afl++"
brew "apktool"
brew "binutils"
brew "binwalk"
brew "capstone"
brew "dex2jar"
brew "jadx"
brew "keystone"
brew "nasm"
brew "qemu"
brew "radare2"
brew "rizin"
brew "unicorn"
brew "upx"
brew "yara"
if OS.linux?
brew "gdb"
end
# Editors and terminals
# Linux Helix tip is installed by the custom Ansible app script.
if OS.mac?
brew "helix"
end
brew "yazi"
# File management and archives
brew "chafa"
brew "file-formula"
brew "resvg"
brew "rsync"
brew "sevenzip"
brew "tree"
brew "unzip"
brew "xz"
brew "zip"
# Media and documents
brew "ffmpeg"
brew "imagemagick"
if OS.mac?
# Used directly because Homebrew ImageMagick has no Pango text delegate.
brew "pango"
end
brew "media-info"
brew "pandoc"
brew "poppler"
# Networking
brew "age"
brew "curl"
brew "bind"
brew "gnupg"
brew "netcat"
brew "nmap"
brew "openssh"
brew "sshpass"
# Linux Tailscale is a host service managed by the image and system role.
if OS.mac?
# tailscaled requires a boot-level root service; Ansible owns that service.
brew "tailscale"
end
brew "wget"
# Android device access and screen mirroring
cask "android-platform-tools"
brew "scrcpy"
# Text processing and viewing
brew "jq"
brew "less"
brew "yq"
# System and misc
brew "btop"
brew "fastfetch"
brew "fzf"
brew "ghidra"
# Linux Kanata is installed by the keyboard role with uinput/systemd setup.
# macOS uses a local Ansible-installed Homebrew formula matching the former
# nix-darwin kanata-with-cmd package.
if OS.mac?
brew "gettext"
brew "hidapi"
brew "mas"
brew "4evy/dotfiles/terminal-theme-tools"
brew "zig"
brew "4evy/dotfiles/kanata-with-cmd"
end
brew "lsof"
brew "ncdu"
brew "pass"
brew "ruff"
brew "sops"
brew "tlrc"
brew "tokei"
brew "ty"
brew "yt-dlp"
if OS.linux?
brew "wl-clipboard"
brew "xclip"
end
# GUI applications
if OS.mac?
cask "1password"
cask "1password-cli"
cask "alt-tab"
brew "4evy/dotfiles/alt-tab-license"
cask "appcleaner"
cask "brave-browser"
cask "chatgpt"
cask "discord"
# Ansible installs Docker Desktop separately and excludes it from Bundle so
# an ordinary userland refresh never removes its root-owned helper tools.
cask "docker-desktop", args: { "no-binaries": true }, no_upgrade: true
cask "firefox"
cask "google-chrome"
cask "helium-browser"
cask "iina"
cask "imhex"
cask "itsycal"
cask "libreoffice"
cask "prismlauncher"
cask "rustdesk"
cask "shottr"
brew "4evy/dotfiles/shottr-license"
cask "stats"
cask "telegram"
cask "visual-studio-code"
end
# Fonts
if OS.mac?
cask "font-jetbrains-mono-nerd-font"
end