-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
356 lines (243 loc) · 10.8 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
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
tap "homebrew/cask" # 'brew tap'
# C O M M A N D - L I N E I N T E R F A C E
# s h e l l s & p r o g r a m m i n g l a n g u a g e s
brew "bash" # BASH
brew "zsh" # ZSH
# p r o g r a m m i n g l a n g u a g e s , t o o l c h a i n s & v e r s i o n m a n a g e r s
brew "rust" # Rust
#brew "go" # Go
brew "python@3.13" # Python 3
#brew "pyenv" # PYEnv
# Python & PYEnv
#brew "ruby" # Ruby
brew "openssl@3"
brew "readline"
brew "libyaml"
brew "gmp"
brew "autoconf"
brew "rbenv/tap/openssl@1.1"
brew "rust"
brew "ruby-build" # Ruby-Build
#brew "ruby-install", args: ["HEAD"] # Ruby-Install
brew "rbenv" # RBEnv
#brew "chruby", args: ["HEAD"] # CHRuby
# Ruby & RBEnv
brew "nodejs" # Node.js
brew "nvm" # NVM
# Node.js & NVM
brew "octave" # Octave
# d a t a b a s e e n g i n e s & d a t a b a s e m a n a g e m e n t s y s t e m
brew "sqlite" # SQLite 3
brew "mysql" # MySQL
# t e x t e d i t o r s
brew "vim" # VIm
brew "micro" # Micro
# f i l e m a n a g e m e n t u t i l i t i e s & r e m o t e b a c k u p s e r v i c e
brew "unrar" # UnRAR
# n e t w o r k i n g u t i l i t i e s
brew "openssl" # OpenSSL
brew "openssh" # OpenSSH
brew "mosh" # MOSH
# w e b c l i e n t s , F T P & H T T P c l i e n t s
brew "curl" # CURL
brew "wget" # WGet
# m i s c e l l a n e o u s u t i l i t i e s
brew "coreutils" # CoreUtils
brew "findutils" # FindUtils
brew "grep" # GREP
brew "tree" # Tree
brew "thefuck" # The Fuck
# s y s t e m u t i l i t i e s
brew "fswatch" # FSWatch
brew "htop" # HTop
# c o n t r o l s
brew "blueutil" if OS.mac? # BlueUtil
brew "mas" if OS.mac? # MAS
# t y p e - 2 h y p e r v i s o r s
brew "xhyve" if OS.mac?, args: ['HEAD'] # XHyve
# v e r s i o n c o n t r o l s y s t e m
brew "git" # Git
# m u l t i m e d i a f r a m e w o r k
brew "ffmpeg" # FFMPEG
# m e d i a p l a y e r s o f t w a r e
brew "cmus" # CMus
# t e r m i n a l m u l t i p l e x e r s
brew "tmux" # TMUX
# G R A P H I C A L U S E R I N T E R F A C E
cask_args appdir: "/Applications", require_sha: true # set arguments for all 'brew install --cask' commands
# p r o g r a m m i n g l a n g u a g e s , r u n t i m e e n v i r o n m e n t s & d e v e l o p m e n t k i t s
#cask "java" unless system "/usr/libexec/java_home --failfast" # 'brew install --cask' only if '/usr/libexec/java_home --failfast' fails # Java
# s e r v e r o p e r a t i n g s y s t e m
mas "Server", id: 883878097 # macOS Server
# t e r m i n a l e m u l a t o r s & i n t e g r a t e d d e v e l o p m e n t e n v i r o n m e n t s
cask "iterm2" if OS.mac? # iTerm2
cask "visual-studio-code" # Visual Studio Code
#mas "Xcode", id: 497799835 # Xcode
# f i l e m a n a g e r s & w e b b r o w s e r s
cask "firefox", args: { appdir: "/Applications" } # 'brew install --cask --appdir=/Applications' # Firefox
#cask "opera", greedy: true # always upgrade auto-updated or unversioned cask to latest version even if already installed
#mas "Opera", id: 404764921
# Opera
cask "google-chrome" # 'brew install --cask' # Chrome
# c o m m u n i c a t i o n p r o t o c o l s
#mas "Transmit", id: 1436522307 # Transmit
#mas "FileZilla Pro", id: 1298486723 # FileZilla Pro
cask "transmission" # Transmission
#cask "android-file-transfer" # Android File Transfer
# t y p e - 2 h y p e r v i s o r s
cask "parallels" if OS.mac?
#mas "Parallels Desktop", id: 1085114709
# Parallels Desktop for Mac
#cask "vmware-fusion" # VMware Fusion
cask "utm" if OS.mac?
#mas "UTM", id: 1538878817
# UTM
# s y s t e m s u t i l i t i e s
cask "jumpcut" if OS.mac? # Jumpcut
# m i s c e l l a n e o u s u t i l i t i e s
cask "protonmail-bridge" # ProtonMail Bridge
cask "retroactive" if OS.mac? unless system("uname -p") == "arm" # Retroactive
brew "tomatobar" if OS.mac? # TomatoBar
cask "hex-fiend" if OS.mac? # Hex Fiend
mas "Joystick Mapper", id: 528183797 # Joystick Mapper
#mas "Magnet", id: 441258766 # Magnet
cask "rectangle" if OS.mac? # Rectangle
#cask "rectangle-pro" # Rectangle Pro
#mas "Amphetamine", id: 937984704 # Amphetamine
cask "keepingyouawake" if OS.mac? # KeepingYouAwake
mas "Coin Tick", id: 1141688067 # Coin Tick
cask "keycastr" if OS.mac? # KeyCastr
cask "appzapper" if OS.mac? # AppZapper
#mas "Gemini", id: 463541543 # Gemini
#mas "Gemini 2", id: 1090488118 # Gemini 2
cask "onyx" if OS.mac? # OnyX
#mas "WorldWideWeb", id: 1621370168 # WorldWideWeb
#mas "Apple Configurator", id: 434433123 # Apple Configurator
#mas "Apple Configurator", id: 1037126344 # Apple Configurator 2
#cask "impactor" # Cydia Impactor
#cask "altdeploy" # AltDeploy
# c r y p t o c u r r e n c y w a l l e t s
cask "electrum" # Electrum
cask "trezor-suite" # Trezor Suite
# f i l e m a n a g e m e n t u t i l i t i e s & r e m o t e b a c k u p s e r v i c e
cask "imageoptim" if OS.mac? # ImageOptim
cask "rar" # WinRAR
#cask "dropbox" # Dropbox
# f l a s h - c a r d s p a c e d r e p e t i t i o n s o f t w a r e
cask "anki" # Anki
# o f f i c e s u i t e s ( p r o d u c t i v i t y s o f t w a r e )
cask "microsoft-office" if OS.mac? # Office for Mac
#mas "Microsoft Excel", id: 462058435 # Excel
#mas "Microsoft Word", id: 462054704 # Word
#mas "Microsoft PowerPoint", id: 462062816 # PowerPoint
#mas "Microsoft Outlook", id: 985367838 # Outlook
# d i g i t a l a u d i o w o r k s t a t i o n s
cask "ableton-live-suite" # Ableton Live Suite
# g r a p h i c s s u i t e s ( g r a p h i c s d e s i g n s o f t w a r e ) # s o f t w a r e s u i t e s
#cask "adobe-creative-cloud" # Adobe Creative Cloud
# i m a g e p r o c e s s i n g & o r g a n i z a t i o n s o f t w a r e
#mas "Adobe Lightroom", id: 1451544217 # Photoshop Lightroom
mas "Aperture", id: 408981426 # Aperture
# r a s t e r g r a p h i c s e d i t o r s
cask "gimp" if OS.linux? # GIMP
#mas "Pixelmator", id: 407963104 # Pixelmator
mas "Pixelmator Pro", id: 1289583905 # Pixelmator Pro
#cask "affinity-photo" # Affinity Photo
# v e c t o r g r a p h i c s e d i t o r s
cask "inkscape" if OS.linux? # Inkscape
cask "sketch" if OS.mac? # Sketch
#mas "Sketch 3", id: 852320343 # Sketch 3
# t r a n s c o d e r s
cask "handbrake" # HandBrake
# i m a g e & P D F v i e w e r s
mas "Gapplin", id: 768053424 # Gapplin
# m e d i a p l a y e r s o f t w a r e
cask "vlc" if OS.linux? # VLC
cask "iina" if OS.mac? # IINA
# e m a i l c l i e n t s
#
#
# i n s t a n t m e s s a g i n g ( I M ) & v o i c e - o v e r - I P ( V O I P ) s e r v i c e s
cask "whatsapp"
#mas "WhatsApp Desktop", id: 1147396723
#mas "WhatsApp Messenger", id: 310633997
# WhatsApp
cask "discord" # Discord
# a d d r e s s b o o k s o f t w a r e
#
#
# d i g i t a l c a l e n d a r s
#
#
# d i g i t a l c l o c k s
#
#
# v i d e o g a m e c o n s o l e e m u l a t o r s
#cask "" # PCSX2
cask "mgba" # MGBA
#cask "" # NanoBoyAdvance
cask "dolphin" # Dolphin
#cask "" # RPCS3
#cask "" # Ryujinx
# v i d y a
mas "Oceanhorn", id: 1044375067 # Oceanhorn
mas "Rayman Origins", id: 696651502 # Rayman Origins
mas "Resident Evil 2", id: 1640632432 # Resident Evil 2
mas "SUPERHOT", id: 1109409676 # SuperHot
mas "Wasteland 2", id: 1105453220 # Wasteland 2
# s y s t e m p r o f i l e r s ( s y s t e m u t i l i t i e s ) & d a t a b a s e s
mas "Silicon Info", id: 1542271266 # Silicon Info
cask "mactracker" if OS.mac?
#mas "Mactracker", id: 430255202
# Mactracker
# d o w n l o a d m a n a g e r s
cask "jdownloader" # JDownloader2
# d i g i t a l d i s t r i b u t i o n & d i g i t a l r i g h t s m a n a g e m e n t s e r v i c e s
cask "steam" # Steam
# V i s u a l S t u d i o C o d e e x t e n s i o n s
vscode "ms-vscode.cpptools" # C/C++
vscode "rust-lang.rust-analyzer" # Rust-Analyzer
#vscode "golang.go" # Go
#vscode "ms-dotnettools.vscode-dotnet-runtime" # .NET Install Tool
#vscode "ms-dotnettools.csharp" # C#
vscode "shopify.ruby-lsp" # Ruby LSP
vscode "ms-python.python" # Python
vscode "ms-python.isort" # isort
vscode "ms-python.vscode-pylance" # Pylance
vscode "ms-python.debugpy" # Python Debugger
vscode "wolframresearch.wolfram" # Wolfram Language
vscode "james-yu.latex-workshop" # LATEX Workshop
vscode "ms-toolsai.jupyter" # Jupyter
vscode "ms-toolsai.vscode-jupyter-cell-tags" # Jupyter Cell Tags
vscode "ms-toolsai.jupyter-keymap" # Jupyter Keymap
vscode "ms-toolsai.jupyter-renderers" # Jupyter Notebook Renderers
vscode "ms-toolsai.vscode-jupyter-slideshow" # Jupyter Slide Show
vscode "ms-vsliveshare.vsliveshare-pack" # Live Share Extension Pack
vscode "github.github-vscode-theme" # GitHub Theme
vscode "bierner.markdown-checkbox" # Markdown Checkboxes
vscode "bierner.markdown-footnotes" # Markdown Footnotes
vscode "bierner.markdown-emoji" # Markdown Emoji
vscode "bierner.markdown-yaml-preamble" # Markdown YAML Preamble
vscode "bierner.markdown-mermaid" # Markdown Preview Mermaid Support
vscode "bierner.github-markdown-preview" # GitHub Markdown Preview
vscode "bierner.markdown-preview-github-styles" # Markdown Preview Github Styling
# Brewfile
# KVPB's Brewfile
#
# Karl V. P. B. `kvpb` Karl Thomas George West `ktgw`
# +33 A BB BB BB BB +1 (DDD) DDD-DDDD
# local-part@domain local-part@domain
# kvpb.fr
# https://x.com/ktgwkvpb
# https://github.com/kvpb
# Copyright 2025 Karl Vincent Pierre Bertin
#
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.