-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.Brewfile
executable file
·337 lines (336 loc) · 9.94 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
#!/usr/bin/env ruby
# frozen_string_literal: true
tap "homebrew/aliases"
tap "homebrew/autoupdate"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/command-not-found"
tap "homebrew/core"
tap "homebrew/services"
tap "homebrew/test-bot"
tap "microsoft/git"
# Static checker for GitHub Actions workflow files
brew "actionlint"
# Utility to read Word (.doc) files
brew "antiword"
# Automatic configure script builder
brew "autoconf"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash", args: ["HEAD"]
# Programmable completion for Bash 4.2+
brew "bash-completion@2"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Remove large files or passwords from Git history like git-filter-branch
brew "bfg"
# Python code formatter
brew "black"
# Fish completion for brew-cask
brew "brew-cask-completion"
# Vector graphics library with cross-device output support
brew "cairo"
# Checks for bashisms in shell scripts
brew "checkbashisms"
# Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
brew "clang-format"
# Cross-platform make
brew "cmake"
# Dependency Manager for PHP
brew "composer"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Static analysis of C and C++ code
brew "cppcheck"
# Static code checker for C++
brew "cpplint"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)
brew "dash", args: ["HEAD"]
# File comparison utilities
brew "diffutils"
# More intuitive version of du in rust
brew "dust", args: ["HEAD"]
# AST-based pattern checker for JavaScript
brew "eslint"
# Perl lib for reading and writing EXIF metadata
brew "exiftool"
# Modern, maintained replacement for ls
brew "eza"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Play, record, convert, and stream audio and video
brew "ffmpeg", args: ["HEAD"]
# Utility to determine file types
brew "file-formula"
# Collection of GNU find, xargs, and locate
brew "findutils"
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# Examines code and reports possible security weaknesses
brew "flawfinder"
# Software library to render fonts
brew "freetype"
# GNU awk utility
brew "gawk"
# GNU compiler collection
brew "gcc"
# Bash completion for gem
brew "gem-completion"
# GNU internationalization (i18n) and localization (l10n) library
brew "gettext"
# GitHub command-line tool
brew "gh"
# Interpreter for PostScript and PDF
brew "ghostscript"
# Distributed revision control system
brew "git", args: ["HEAD"]
# Quickly rewrite git repository history
brew "git-filter-repo"
# Git extension for versioning large files
brew "git-lfs"
# Audit git repos for secrets
brew "gitleaks"
# Core application library for C
brew "glib"
# GNU multiple precision arithmetic library
brew "gmp"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU version of the tar archiving utility
brew "gnu-tar"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# GNU grep, egrep and fgrep
brew "grep"
# Perceptual JPEG encoder
brew "guetzli"
# Convert source code to formatted text with syntax highlighting
brew "highlight"
# Website copier/offline browser
brew "httrack"
# C/C++ and Java libraries for Unicode and globalization
brew "icu4c"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Integer Set Library for the polyhedral model
brew "isl"
# API Support for your favorite torrent trackers
brew "jackett", args: ["HEAD"]
# Duplicate file finder and an enhanced fork of 'fdupes'
brew "jdupes"
# Lightweight and flexible command-line JSON processor
brew "jq"
# KornShell, ksh93
brew "ksh93"
# Pager program similar to more
brew "less", args: ["HEAD"]
# Multi-format archive and compression library
brew "libarchive"
# International domain name library (IDNA2008, Punycode and TR46)
brew "libidn2"
# X.509 and CMS library
brew "libksba"
# Implementation of the file(1) command
brew "libmagic"
# C library for the arithmetic of high precision complex numbers
brew "libmpc"
# Library for manipulating PNG images
brew "libpng"
# TIFF library and utilities
brew "libtiff"
# Generic library support script
brew "libtool"
# YAML Parser
brew "libyaml"
# Next-gen compiler infrastructure
brew "llvm"
# Text-based web browser
brew "lynx"
# Keep your Mac's application settings in sync
brew "mackup", args: ["HEAD"]
# Utility for directing compilation
brew "make"
# Unix documentation system
brew "man-db"
# MirBSD Korn Shell
brew "mksh"
# Generate Objective-C & Swift classes from your Core Data model
brew "mogenerator"
# C library for multiple-precision floating-point computations
brew "mpfr"
# Free (GNU) replacement for the Pico text editor
brew "nano"
# Text-based UI library
brew "ncurses"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Platform built on V8 to build network applications
brew "node"
# Adds an OCR text layer to scanned PDF files
brew "ocrmypdf"
# Bash-compatible Unix shell with more consistent syntax and semantics
brew "oil"
# Portable OpenBSD ksh, based on the public domain Korn shell (pdksh)
brew "oksh"
# OpenBSD freely-licensed SSH connectivity tools
brew "openssh"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Highly capable, feature-rich programming language
brew "perl"
# General-purpose scripting language
brew "php"
# Tool to automatically fix PHP coding standards issues
brew "php-cs-fixer"
# Bash completion for Pip
brew "pip-completion"
# Manage compile and link flags for libraries
brew "pkg-config"
# Optimizer for PNG files
brew "pngcrush"
# PDF rendering library (based on the xpdf-3.0 code base)
brew "poppler"
# Policy-compliant ordinary shell
brew "posh"
# PHP Static Analysis Tool
brew "psalm"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Ruby version manager
brew "rbenv"
# Library for command-line editing
brew "readline"
# Perl-powered file rename script with many helpful built-ins
brew "rename"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Wrapper around ripgrep that adds multiple rich file types
brew "ripgrep-all"
# Utility that provides fast incremental file transfer
brew "rsync"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Install various Ruby versions and implementations
brew "ruby-build"
# Bash completion for Ruby
brew "ruby-completion"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck", args: ["HEAD"]
# Bash syntax highlighter that encourages/fixes variables quoting
brew "shellharden"
# Autoformat shell script source code
brew "shfmt", args: ["HEAD"]
# Tool to enforce Swift style and conventions
brew "swiftlint"
# OCR (Optical Character Recognition) engine
brew "tesseract", args: ["HEAD"]
# Enables extra languages support for Tesseract
brew "tesseract-lang"
# Official documentation format of the GNU project
brew "texinfo"
# Granddaddy of HTML tools, with support for modern standards
brew "tidy-html5"
# Terminal multiplexer
brew "tmux"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Ultra fast grep with query UI, fuzzy search, archive search, and more
brew "ugrep"
# Cross-platform Rust rewrite of the GNU coreutils
brew "uutils-coreutils", args: ["HEAD"]
# Image format providing lossless and lossy compression for web images
brew "webp"
# Internet file retriever
brew "wget"
# General-purpose data compression with high compression ratio
brew "xz"
# Linter for YAML files
brew "yamllint"
# JavaScript package manager
brew "yarn"
# Yet another shell: a POSIX-compliant command-line shell
brew "yash"
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# UNIX shell (command interpreter)
brew "zsh", args: ["HEAD"]
# Chromium based browser
cask "arc"
# Voice and text chat software
cask "discord@canary"
# App to build and share containerised applications and microservices
cask "docker"
# Sci-fi themed terminal emulator and system monitor
cask "edex-ui"
cask "git-credential-manager-core"
# Web browser
cask "google-chrome@canary"
# Client for the Google Drive storage service
cask "google-drive"
# Virtual globe
cask "google-earth-pro"
# For browsing, enhancing and converting images
cask "graphicconverter"
# Hex editor focussing on speed
cask "hex-fiend"
# Vector graphics editor
cask "inkscape"
# File archiver
cask "keka"
# Clipboard manager
cask "maccy"
# File system integration
cask "macfuse"
# Provides updates to various Microsoft products
cask "microsoft-auto-update"
# Web browser focused on privacy and on minimizing tracking and fingerprinting
cask "mullvad-browser"
# Music tagger
cask "musicbrainz-picard"
# Web browser
cask "opera@developer"
# WebKit based web browser
cask "orion"
# Peer to peer Bitorrent client
cask "qbittorrent"
# Display image info and preview unsupported formats in QuickLook
cask "qlimagesize"
# Quick Look plugin for plaintext files without an extension
cask "qlstephen"
# Thumbnails, static previews, cover art and metadata for video files
cask "qlvideo"
# Quick Look plugin for JSON files
cask "quicklook-json"
# Quick Look generator for Adobe Swatch Exchange files
cask "quicklookase"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# Instant messaging application focusing on security
cask "signal-beta"
# Application for inspecting installer packages
cask "suspicious-package"
# Messaging app with a focus on speed and security
cask "telegram"
# Web browser focusing on security
cask "tor-browser-alpha"
# Virtualiser for x86 hardware
cask "virtualbox"
# Web browser with built-in email client focusing on customization and control
cask "vivaldi-snapshot"
# Open-source cross-platform multimedia player
cask "vlc@nightly"
# Quick Look plugin for webp files
cask "webpquicklook"
# Torrent streaming application
cask "webtorrent"
# Native desktop client for WhatsApp
cask "whatsapp-beta"
# Video communication and virtual meeting platform
cask "zoom-for-it-admins"