This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Brewfile
482 lines (482 loc) · 14.6 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
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
tap "browsers-software/tap"
tap "browsh-org/browsh"
tap "cloudflare/cloudflare"
tap "dnicolson/bluetoothkeyboardenhancer"
tap "dteoh/sqa"
tap "dwarvesf/tap"
tap "github/gh"
tap "hashicorp/tap"
tap "henkrehorst/php"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/services"
tap "jesseduffield/lazygit"
tap "jhawthorn/fzy"
tap "lucapette/tap"
tap "nicoverbruggen/cask"
tap "rockymadden/rockymadden"
tap "sargsyan/github-notifier"
tap "shivammathur/php"
tap "sidneys/homebrew"
tap "stripe/stripe-cli"
tap "xvxx/code"
# Plugin manager for zsh, inspired by oh-my-zsh and vundle
brew "antigen"
# General-purpose data compression with high compression ratio
brew "xz"
# TIFF library and utilities
brew "libtiff"
# Image format providing lossless and lossy compression for web images
brew "webp"
# New file format for still image compression
brew "jpeg-xl"
# Codec library for encoding and decoding AV1 video streams
brew "aom"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Graphical system information display for macOS
brew "archey"
# C library implementing the SSH2 protocol
brew "libssh2"
# Download with resuming and segmented downloading
brew "aria2"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Core application library for C
brew "glib"
# Protocol definitions and daemon for D-Bus at-spi
brew "at-spi2-core"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Convert CD images from .bin/.cue to .iso/.cdr
brew "bchunk"
# Platform built on V8 to build network applications
brew "node"
# Secure and free password manager for all of your devices
brew "bitwarden-cli"
# Install pip packages as homebrew formulae
brew "brew-pip"
# Extract files from Microsoft cabinet files
brew "cabextract"
# XML-based font configuration API for X Windows
brew "fontconfig"
# Validating, recursive, caching DNS resolver
brew "unbound", restart_service: true
# GNU Transport Layer Security (TLS) Library
brew "gnutls"
# GNU Emacs text editor
brew "emacs", restart_service: true
# Emacs dependency management
brew "cask"
# Like cat but displays content with syntax highlighting
brew "ccat"
# CD/DVD/Blu-ray premastering and recording software
brew "cdrtools"
# C parser in Python
brew "pycparser"
# C Foreign Function Interface for Python
brew "cffi"
# Control Google Chrome from the command-line
brew "chrome-cli"
# Cloudflare Tunnel client (formerly Argo Tunnel)
brew "cloudflared", link: false
# Cross-platform make
brew "cmake"
# Console Matrix
brew "cmatrix"
# Color-highlighted diff(1) output
brew "colordiff"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Libraries to talk to Microsoft SQL Server and Sybase databases
brew "freetds"
# Library for encoding and decoding .avif files
brew "libavif"
# C library for reading, creating, and modifying zip archives
brew "libzip"
# General-purpose scripting language
brew "php", restart_service: true
# Dependency Manager for PHP
brew "composer"
# CPU usage limiter
brew "cpulimit"
# Cryptographic recipes and primitives for Python
brew "cryptography"
# Display user-friendly message boxes from shell scripts
brew "dialog"
# Cryptography and SSL/TLS Toolkit
brew "[email protected]"
# Utilities for converting macOS DMG images
brew "dmg2img"
# Select default apps for documents and URL schemes on macOS
brew "duti"
# C library of Git core methods that is re-entrant and linkable
brew "libgit2"
# Modern, maintained replacement for ls
brew "eza"
# Significantly faster alternative to the classic Unix cp(1) command
brew "fcp"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Simple file manager written in bash
brew "fff"
# OpenType text shaping engine
brew "harfbuzz"
# Image processing and image analysis library
brew "leptonica"
# Multi-format archive and compression library
brew "libarchive"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Subtitle renderer for the ASS/SSA subtitle format
brew "libass"
# Blu-Ray disc playback library for media players like VLC
brew "libbluray"
# Light HTTP/1.1 server library
brew "libmicrohttpd"
# Framework for layout and rendering of i18n text
brew "pango"
# OCR (Optical Character Recognition) engine
brew "tesseract"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Tool to install, manage and use Progressive Web Apps in Mozilla Firefox
brew "firefoxpwa"
# Command-line fuzzy finder written in Go
brew "fzf"
# Fast, simple fuzzy text selector with an advanced scoring algorithm
brew "fzy"
# GNU compiler collection
brew "gcc"
# Toolkit for image loading and pixel buffer manipulation
brew "gdk-pixbuf"
# GitHub command-line tool
brew "gh"
# Interpreter for PostScript and PDF
brew "ghostscript"
# Remote repository management made easy
brew "ghq"
# GIF image/animation creator/editor
brew "gifsicle"
# Distributed revision control system
brew "git"
# Tcl/Tk UI for the git revision control system
brew "git-gui"
# Git extension for versioning large files
brew "git-lfs"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# Common error values for all GnuPG components
brew "libgpg-error"
# Assuan IPC Library
brew "libassuan"
# Cryptographic library based on the code from GnuPG
brew "libgcrypt"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Generate introspection data for GObject libraries
brew "gobject-introspection"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Google Search and News from the command-line
brew "googler"
# Library for manipulating JPEG-2000 images
brew "jasper"
# Database of common MIME types
brew "shared-mime-info"
# ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
brew "libheif"
# Image processing tools collection
brew "graphicsmagick"
# Colorize logfiles and command output
brew "grc"
# Fulltext search engine and column store
brew "groonga"
# GSettings schemas for desktop components
brew "gsettings-desktop-schemas"
# Toolkit for creating graphical user interfaces
brew "gtk+3"
# Toolkit for creating graphical user interfaces
brew "gtk4"
# Tool for glamorous shell scripts
brew "gum"
# Convert source code to formatted text with syntax highlighting
brew "highlight"
# Improved top (interactive process viewer)
brew "htop"
# Apache HTTP server
brew "httpd", restart_service: true
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Website copier/offline browser
brew "httrack"
# Configurable static site generator
brew "hugo"
# ID3 tag manipulation
brew "id3lib"
# C/C++ seam carving library
brew "liblqr"
# Library for reading RAW files from digital photo cameras
brew "libraw"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Modular IRC client
brew "irssi"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Easy way to access the system keyring service from python
brew "keyring"
# Command-line note taker
brew "jrnl"
# Provides library functionality for FIDO U2F & FIDO 2.0, including USB
brew "libfido2"
# Text-based web browser
brew "lynx"
# Swiss Army Knife for macOS
brew "m-cli"
# System information fetcher, with an emphasis on performance and minimalism
brew "macchina"
# Tool to convert MDF (Alcohol 120% images) images to ISO images
brew "mdf2iso"
# Modern and intuitive terminal-based text editor
brew "micro"
# Terminal-based visual file manager
brew "midnight-commander"
# Tail multiple files in one terminal simultaneously
brew "multitail"
# CLI for MySQL with auto-completion and syntax highlighting
brew "mycli"
# Protocol buffers (Google's data interchange format)
brew "protobuf"
# Open source relational database management system
brew "mysql"
# Free (GNU) replacement for the Pico text editor
brew "nano"
# Fast, highly customisable system info script
brew "neofetch"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Optimized BLAS library
brew "openblas"
# Package for scientific computing with Python
brew "numpy"
# Manage multiple Node.js versions
brew "nvm"
# Tensors and dynamic neural networks
brew "pytorch"
# General-purpose speech recognition model
brew "openai-whisper"
# Development kit for the Java programming language
brew "openjdk"
# Open Visual Inference And Optimization toolkit for AI inference
brew "openvino"
# 7-Zip (high compression file archiver) implementation
brew "p7zip"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Simplistic interactive filtering tool
brew "peco"
# Interactive grep tool
brew "percol"
# Pretty system information tool written in POSIX sh
brew "pfetch"
# General-purpose scripting language
brew "[email protected]", restart_service: true
# General-purpose scripting language
brew "[email protected]", restart_service: true
# Web interface for MySQL and MariaDB
brew "phpmyadmin"
# Pinentry for GPG on Mac
brew "pinentry-mac"
# Protocol buffers library
brew "protobuf-c"
# Python 3 bindings for the Cairo graphics library
brew "py3cairo"
# Python version management
brew "pyenv"
# GNOME Python bindings (based on GObject Introspection)
brew "pygobject3"
# Pretty-print tabular data in Python
brew "python-tabulate"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Persistent key-value database, with built-in net interface
brew "redis"
# Utility that provides fast incremental file transfer
brew "rsync"
# Install various Ruby versions and implementations
brew "ruby-build"
# Web search from the terminal
brew "s-search"
# Terminal multiplexer with VT100/ANSI terminal emulation
brew "screen"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Add a public key to a remote machine's authorized_keys file
brew "ssh-copy-id"
# Version control system designed to be a better CVS
brew "subversion"
# Manipulate and query tags on macOS files
brew "tag"
# User interface to the TELNET protocol
brew "telnet"
# Send macOS User Notifications from the command-line
brew "terminal-notifier"
# Simplified and community-driven man pages
brew "tldr"
# Terminal multiplexer
brew "tmux"
# Command-line interface to the freedesktop.org trashcan
brew "trash-cli"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Extraction utility for .zip compressed archives
brew "unzip"
# Video processing framework with simplicity in mind
brew "vapoursynth"
# Config manager based on git
brew "vcsh"
# Vi 'workalike' with many additional features
brew "vim"
# Terminal emulator widget used by GNOME terminal
brew "vte3"
# Terminal navigator
brew "walk"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Execute commands when watched files change
brew "watchexec"
# Internet file retriever
brew "wget"
# Library to create, extract, and modify Windows Imaging files
brew "wimlib"
# Tools for the WireGuard secure network tunnel
brew "wireguard-tools"
# Command-line interface for WordPress
brew "wp-cli"
# Malware identification and classification tool
brew "yara"
# JavaScript package manager
brew "yarn"
# Download YouTube videos from the command-line
brew "youtube-dl"
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# UNIX shell (command interpreter)
brew "zsh"
# The modern, text-based browser
brew "browsh-org/browsh/browsh"
# A simple terminal UI for git commands, written in Go
brew "jesseduffield/lazygit/lazygit"
brew "lucapette/tap/fakedata"
# General-purpose scripting language
brew "shivammathur/php/[email protected]"
# General-purpose scripting language
brew "shivammathur/php/[email protected]"
# Stripe CLI utility
brew "stripe/stripe-cli/stripe"
# quick lil gopher client
brew "xvxx/code/phetch"
# Command-line interface for 1Password
cask "1password-cli"
# Instant messaging application
cask "adium"
# Enable Windows-like alt-tab
cask "alt-tab"
# GUI app for Homebrew
cask "cakebrew"
# OpenAI's official ChatGPT desktop app
cask "chatgpt"
# Tool to list all active shortcuts of the current application
cask "cheatsheet"
# PlayStation remote play client
cask "chiaki"
# Open links in any browser
cask "choosy"
# System cleaner for logs, caches and more
cask "clean-me"
# Terminal emulator mimicking the old cathode display
cask "cool-retro-term"
# Command-line display management utility
cask "cscreen"
# Utility to hide menu bar items
cask "hiddenbar"
# Tool to prevent the system from going into sleep mode
cask "keepingyouawake"
# Reverse proxy, secure introspectable tunnels to localhost
cask "ngrok"
# VPN client for secure internet access and private browsing
cask "nordvpn"
# Archive manager for data compression and backups
cask "rar"
# View Spaces / Virtual Desktops in the menu bar
cask "spaceman"
# Move and resize windows with ease
cask "spectacle"
# Music streaming service
cask "spotify"
# Native Discord client built in Swift
cask "swiftcord"
# BBS terminal program
cask "syncterm"
# JDK from the Eclipse Foundation (Adoptium)
cask "temurin"
cask "vimmotion"
# Binary releases of VS Code without MS branding/telemetry/licensing
cask "vscodium"
# Video communication and virtual meeting platform
cask "zoom"
vscode "alefragnani.bookmarks"
vscode "be5invis.vscode-custom-css"
vscode "bmalehorn.shell-syntax"
vscode "bmewburn.vscode-intelephense-client"
vscode "britesnow.vscode-toggle-quotes"
vscode "cardinal90.multi-cursor-case-preserve"
vscode "chouzz.vscode-better-align"
vscode "christian-kohler.path-intellisense"
vscode "coffeeio.php-docblocker-coffeeio"
vscode "continue.continue"
vscode "davidbwaters.macos-modern-theme"
vscode "dbaeumer.vscode-eslint"
vscode "deerawan.vscode-dash"
vscode "devsense.intelli-php-vscode"
vscode "ecmel.vscode-html-css"
vscode "editorconfig.editorconfig"
vscode "ezforo.copy-relative-path-and-line-numbers"
vscode "formulahendry.auto-rename-tag"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "goodbyte.uy-chrome-devtools-theme"
vscode "iceliu.highlight-icemode"
vscode "includable.file-duplicate"
vscode "johnbillion.vscode-wordpress-hooks"
vscode "mechatroner.rainbow-csv"
vscode "mikestead.dotenv"
vscode "monokai.theme-monokai-pro-vscode"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-vscode.sublime-keybindings"
vscode "posseus.chromer-theme"
vscode "rifi2k.format-html-in-php"
vscode "rubymaniac.vscode-paste-and-indent"
vscode "shevaua.phpcs"
vscode "sourcegraph.cody-ai"
vscode "streetsidesoftware.code-spell-checker"
vscode "thomasbergersen.xcode-default-dark"
vscode "timonwong.shellcheck"
vscode "valeryanm.vscode-phpsab"
vscode "vscodevim.vim"
vscode "waderyan.gitblame"
vscode "wayou.vscode-todo-highlight"
vscode "willasm.pnotes"
vscode "wordpresstoolbox.wordpress-toolbox"
vscode "xdebug.php-debug"
vscode "zignd.html-css-class-completion"