-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
163 lines (150 loc) · 2.42 KB
/
Copy pathBrewfile
File metadata and controls
163 lines (150 loc) · 2.42 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
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 "direnv"
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 "ansible"
brew "ansible-lint"
brew "bash-language-server"
brew "biome"
brew "gh"
brew "git"
brew "git-filter-repo"
brew "git-lfs"
brew "gitui"
brew "golangci-lint"
brew "gopls"
brew "just"
brew "just-lsp"
brew "jj"
brew "lld"
brew "lua"
brew "luacheck"
brew "luarocks"
brew "make"
brew "pinact"
brew "gpatch"
brew "pkgconf"
brew "prettier"
brew "selene"
brew "shellcheck"
brew "shfmt"
brew "sqlcipher"
brew "stylua"
brew "taplo"
brew "watchexec"
brew "yamllint"
brew "yaml-language-server"
brew "zizmor"
# Editors and terminals
# Linux Helix tip is installed by the custom Ansible app script.
if OS.mac?
brew "helix", args: ["HEAD"]
end
brew "yazi"
brew "zellij"
# 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"
brew "media-info"
brew "pandoc"
brew "poppler"
# Networking
brew "age"
brew "curl"
brew "bind"
brew "gnupg"
brew "netcat"
brew "nmap"
brew "openssh"
# Linux Tailscale is a host service managed by the image and host-layer scripts.
if OS.mac?
brew "tailscale", restart_service: true
end
brew "wget"
# Text processing and viewing
brew "jq"
brew "less"
brew "yq"
# System and misc
brew "btop"
brew "fzf"
brew "ghidra"
# Linux Kanata is installed into the host layer with uinput/systemd setup.
if OS.mac?
brew "kanata"
end
brew "lsof"
brew "ncdu"
brew "pass"
brew "pfetch-rs"
brew "ruff"
brew "sops"
brew "tlrc"
brew "tokei"
brew "ty"
brew "yt-dlp"
if OS.linux?
brew "wl-clipboard"
end
# GUI applications
if OS.mac?
cask "1password"
cask "discord"
cask "ghostty@tip", greedy: true
cask "helium-browser"
cask "rustdesk"
cask "visual-studio-code"
end
# Fonts
if OS.mac?
cask "font-jetbrains-mono-nerd-font"
end