-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Brewfile
598 lines (598 loc) · 18.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
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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
tap "adoptopenjdk/openjdk"
tap "adtennant/tilengine"
tap "chromia/core", "https://gitlab.com/chromaway/core-tools/homebrew-chromia.git"
tap "danielbayley/adobe"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/services"
tap "jonof/kenutils"
tap "oven-sh/bun"
tap "paleite/versions"
tap "potatolabs/git-redate"
tap "remind101/formulae"
tap "romkatv/powerlevel10k"
tap "sambadevi/powerlevel9k"
tap "scottrigby/macos-configurator"
tap "wix/brew"
# Search tool like grep, but optimized for programmers
brew "ack"
# Vector graphics library with cross-device output support
brew "cairo"
# Zstandard is a real-time compression algorithm
brew "zstd"
# Development kit for the Java programming language
brew "openjdk"
# Java build tool
brew "ant"
# 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"
# Tool for reverse engineering 3rd party, closed, binary Android apps
brew "apktool"
# MPEG-4 command-line tool
brew "atomicparsley"
# YAML Parser
brew "libyaml"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Client for Amazon Elastic Beanstalk web service
brew "aws-elasticbeanstalk"
# CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
brew "aws-sam-cli"
# Official Amazon AWS command-line interface
brew "awscli"
# Programmable completion for Bash 3.2
brew "bash-completion"
# Get/set bluetooth power and discoverable state
brew "blueutil"
# Collection of portable C++ source libraries
brew "boost"
# 6502 C compiler
brew "cc65"
# Like cat but displays content with syntax highlighting
brew "ccat"
# Cross-platform make
brew "cmake"
# Dependency manager for Cocoa projects
brew "cocoapods"
# Color-highlighted diff(1) output
brew "colordiff"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Granddaddy of HTML tools, with support for modern standards
brew "tidy-html5"
# General-purpose scripting language
brew "php"
# Dependency Manager for PHP
brew "composer"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Tools to work with Android .dex and Java .class files
brew "dex2jar"
# Good-lookin' diffs with diff-highlight and more
brew "diff-so-fancy"
# Text processing system for reStructuredText
brew "docutils", link: false
# Collection of reusable C++ library artifacts developed at Facebook
brew "folly"
# C++14 implementation of the TLS-1.3 standard
brew "fizz"
# Modular, composable client/server abstractions framework
brew "wangle"
# Facebook's branch of Apache Thrift, including a new C++ server
brew "fbthrift"
# Thrift functions for querying information from a service
brew "fb303"
# Shared library for Watchman and Eden projects
brew "edencommon"
# Perl lib for reading and writing EXIF metadata
brew "exiftool"
# Free lossless audio codec
brew "flac"
# MP3 player for Linux and UNIX
brew "mpg123"
# OCR (Optical Character Recognition) engine
brew "tesseract"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Cross-platform application and UI framework
brew "qt"
# All-in-one NES/Famicom Emulator
brew "fceux"
# Cryptography and SSL/TLS Toolkit
brew "[email protected]"
# C routines to compute the Discrete Fourier Transform
brew "fftw"
# Collection of GNU find, xargs, and locate
brew "findutils"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU awk utility
brew "gawk"
# Google Drive CLI Client
brew "gdrive"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# Extensions to follow Vincent Driessen's branching model
brew "git-flow"
# Network related modules for glib
brew "glib-networking"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Reformats Java source code to comply with Google Java Style
brew "google-java-format"
# Open-source build automation tool based on the Groovy and Kotlin DSL
brew "gradle"
# Library to render SVG files using Cairo
brew "librsvg"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# GNU grep, egrep and fgrep
brew "grep"
# Toolkit for creating graphical user interfaces
brew "gtk+3"
# HTTP client/server library for GNOME
brew "libsoup"
# Convert source code to formatted text with syntax highlighting
brew "highlight"
# Website copier/offline browser
brew "httrack"
# ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
brew "libheif"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Dex to Java decompiler
brew "jadx"
# Full featured terminal-based screen editor
brew "joe"
# Utility to optimize JPEG files
brew "jpegoptim"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Text-based web browser
brew "lynx"
# Keep your Mac's application settings in sync
brew "mackup"
# Mac App Store command-line interface
brew "mas"
# Java-based project management
brew "maven"
# Matroska media files manipulation tools
brew "mkvtoolnix"
# Collection of tools that nobody wrote when UNIX was young
brew "moreutils", link: false
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# Media player based on MPlayer and mplayer2
brew "mpv"
# Node version management
brew "n"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Port scanning utility for large networks
brew "nmap"
# Development kit for the Java programming language
brew "openjdk@17"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Shell command parallelization utility
brew "parallel"
# Tool to automatically fix PHP coding standards issues
brew "php-cs-fixer"
# General-purpose scripting language
brew "[email protected]"
# Pinentry for GPG on Mac
brew "pinentry-mac"
# Object-relational database system
brew "postgresql@14"
# Theme for zsh
brew "powerlevel10k"
# Protocol buffers (Google's data interchange format)
brew "protobuf", link: false
# Python version management
brew "pyenv"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Ruby version manager
brew "rbenv"
# Persistent key-value database, with built-in net interface
brew "redis", restart_service: true
# Perl-powered file rename script with many helpful built-ins
brew "rename"
# Safe, concurrent, practical language
brew "rust"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Autoformat shell script source code
brew "shfmt"
# Audio processing library
brew "sound-touch"
# SOund eXchange: universal sound sample translator
brew "sox"
# Send macOS User Notifications from the command-line
brew "terminal-notifier"
# Terminal multiplexer
brew "tmux"
# CLI tool that moves files or folder to the trash
brew "trash"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Secures, stores, and tightly controls access to secrets
brew "vault"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Watch files and take action when they change
brew "watchman"
# Display word differences between text files
brew "wdiff"
# Internet file retriever
brew "wget"
# JavaScript package manager
brew "yarn"
# Shell extension to navigate your filesystem faster
brew "zoxide"
# UNIX shell (command interpreter)
brew "zsh"
# Fish-like fast/unobtrusive autosuggestions for zsh
brew "zsh-autosuggestions"
# Fish shell like syntax highlighting for zsh
brew "zsh-syntax-highlighting"
# Chromia Cli
brew "chromia/core/chr"
# Postchain Management Console
brew "chromia/core/pmc"
# Everything you need to get started with Heroku
brew "heroku/brew/heroku"
# Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.
brew "oven-sh/bun/bun"
# Change the dates of several git commits with a single command
brew "potatolabs/git-redate/git-redate"
# Easily assume AWS roles in your terminal
brew "remind101/formulae/assume-role"
# A badass zsh theme with more power than a normal earthling
brew "sambadevi/powerlevel9k/powerlevel9k"
# Compares plist files line by line
brew "scottrigby/macos-configurator/pldiff"
# Distribution of the Python and R programming languages for scientific computing
cask "anaconda"
# Securely stores and accesses AWS credentials in a development environment
cask "aws-vault"
# Swedish personal electronic identification (eID) system
cask "bankid"
# Utility to create and modify archives
cask "betterzip"
# Web debugging Proxy application
cask "charles"
# React IDE built to visually edit component styling and layouts
cask "codux"
# Write, edit, and chat about your code with AI
cask "cursor"
# Run Stable Diffusion locally
cask "diffusionbee"
# Voice and text chat software
cask "discord"
# Disk usage utility
cask "disk-inventory-x"
# App to build and share containerised applications and microservices
cask "docker"
# Client for the Dropbox cloud storage service
cask "dropbox"
# VPN client for secure internet access and private browsing
cask "expressvpn"
# Collaborative team software
cask "figma"
# Web browser
cask "firefox-nightly"
# Screen colour temperature controller
cask "flux"
# Developer targeted fonts with a high number of glyphs
cask "font-hack-nerd-font"
# Font editor and converter for outline and bitmap fonts
cask "fontforge"
# Desktop client for GitHub repositories
cask "github"
# Web browser
cask "google-chrome"
# Web browser
cask "google-chrome-canary"
# Tools to protect your emails and files
cask "gpg-suite"
# Light, Electron-based Wrapper around GraphiQL
cask "graphiql"
# Utility to reduce the size of 24-bit PNG files
cask "imagealpha"
# Tool to optimise images to a smaller size
cask "imageoptim"
# IDE for Java development - community edition
cask "intellij-idea-ce"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Free and open-source painting and sketching program
cask "krita"
# App to manage software development and track bugs
cask "linear-linear"
# Open-source firewall to block unknown outgoing connections
cask "lulu"
# Open-source Markdown editor
cask "macdown"
# Media key forwarder for iTunes and Spotify
cask "macmediakeyforwarder"
# Provides updates to various Microsoft products
cask "microsoft-auto-update"
# Web browser
cask "microsoft-edge"
# Meet, chat, call, and collaborate in just one place
cask "microsoft-teams"
# Online collaborative whiteboard platform
cask "miro"
# Open-source software for live streaming and screen recording
cask "obs"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian"
# Collaboration platform for API development
cask "postman"
# Display image info and preview unsupported formats in QuickLook
cask "qlimagesize"
# Quick Look generator for Markdown files
cask "qlmarkdown"
# Quick Look plugin to view patch files
cask "qlprettypatch"
# 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 CSV files
cask "quicklook-csv"
# Quick Look plugin for JSON files
cask "quicklook-json"
# Quick Look generator for Adobe Swatch Exchange files
cask "quicklookase"
# Automatically hides or quits apps after periods of inactivity
cask "quitter"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# Web browser
cask "safari-technology-preview"
# Instant messaging application focusing on security
cask "signal"
cask "sketch43"
# Team communication and collaboration software
cask "slack"
# Control your Sonos system
cask "sonos"
# Graphical client for Git version control
cask "sourcetree"
# Move and resize windows with ease
cask "spectacle"
# Music streaming service
cask "spotify"
# Quicklook extension for source files
cask "syntax-highlight"
# Open-source code editor
cask "visual-studio-code"
# Code editor
cask "visual-studio-code-insiders"
# Multimedia player
cask "vlc"
# Quick Look plugin for webp files
cask "webpquicklook"
# Native desktop client for WhatsApp
cask "whatsapp"
# Multiplayer code editor
cask "zed"
# Desktop client for the Zulip team chat platform
cask "zulip"
mas "DM1", id: 522349879
mas "Floating", id: 1508833245
mas "GarageBand", id: 682658836
mas "GlucoGram", id: 1107429772
mas "Jira", id: 1475897096
mas "JPEGmini", id: 498944723
mas "Kindle", id: 302584613
mas "Kindle Classic", id: 405399194
mas "Logic Pro", id: 634148309
mas "Memory Clean 2", id: 1114591412
mas "NordVPN", id: 905953485
mas "Resizer", id: 411277085
mas "ResolutionTab", id: 540141595
mas "RSS Bot", id: 605732865
mas "The Unarchiver", id: 425424353
mas "Xcode", id: 497799835
mas "WhatsApp", id: 310633997
vscode "farosystemappender constructor"
vscode "1000ch.svgo"
vscode "42crunch.vscode-openapi"
vscode "aaron-bond.better-comments"
vscode "alefragnani.bookmarks"
vscode "alefragnani.project-manager"
vscode "amazonwebservices.aws-toolkit-vscode"
vscode "andrew-codes.cypress-snippets"
vscode "andys8.jest-snippets"
vscode "asvetliakov.snapshot-tools"
vscode "atlassian.atlascode"
vscode "austenc.tailwind-docs"
vscode "bibhasdn.unique-lines"
vscode "bierner.markdown-checkbox"
vscode "bierner.markdown-emoji"
vscode "bierner.markdown-footnotes"
vscode "bradlc.vscode-tailwindcss"
vscode "burkeholland.simple-react-snippets"
vscode "capaj.graphql-codegen-vscode"
vscode "christian-kohler.npm-intellisense"
vscode "christian-kohler.path-intellisense"
vscode "chrmarti.regex"
vscode "chromaway.rell-language-extension"
vscode "cmstead.js-codeformer"
vscode "codeium.codeium"
vscode "cschlosser.doxdocgen"
vscode "csstools.postcss"
vscode "davidanson.vscode-markdownlint"
vscode "dbaeumer.vscode-eslint"
vscode "dbankier.vscode-quick-select"
vscode "deepinthought.vscode-shell-snippets"
vscode "donjayamanne.githistory"
vscode "donjayamanne.python-environment-manager"
vscode "dotjoshjohnson.xml"
vscode "doublebot.doublebot"
vscode "eamodio.gitlens"
vscode "editorconfig.editorconfig"
vscode "esbenp.prettier-vscode"
vscode "ezforo.copy-relative-path-and-line-numbers"
vscode "felipecaputo.git-project-manager"
vscode "fernandoescolar.vscode-solution-explorer"
vscode "figma.figma-vscode-extension"
vscode "folke.vscode-monorepo-workspace"
vscode "formulahendry.auto-close-tag"
vscode "foxundermoon.shell-format"
vscode "gamunu.vscode-yarn"
vscode "github.codespaces"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.remotehub"
vscode "github.vscode-github-actions"
vscode "github.vscode-pull-request-github"
vscode "graphql.vscode-graphql"
vscode "graphql.vscode-graphql-execution"
vscode "graphql.vscode-graphql-syntax"
vscode "hediet.debug-visualizer"
vscode "helixquar.asciidecorator"
vscode "humao.rest-client"
vscode "infeng.vscode-react-typescript"
vscode "ionide.ionide-fsharp"
vscode "jacano.vscode-pnpm"
vscode "jackardios.vscode-css-to-tailwindcss"
vscode "jeff-hykin.better-cpp-syntax"
vscode "johnpapa.vscode-cloak"
vscode "johnpapa.vscode-peacock"
vscode "jrebocho.vscode-random"
vscode "jspolancor.presentationmode"
vscode "kamikillerto.vscode-colorize"
vscode "kevinrose.vsc-python-indent"
vscode "kisstkondoros.vscode-codemetrics"
vscode "linear.linear-connect"
vscode "linear.linear-open-issue"
vscode "louiswt.regexp-preview"
vscode "marioqueiros.camelcase"
vscode "mariusschulz.yarn-lock-syntax"
vscode "marp-team.marp-vscode"
vscode "mattferri.themey"
vscode "mattpocock.ts-error-translator"
vscode "mechatroner.rainbow-csv"
vscode "mermade.openapi-lint"
vscode "mgesbert.python-path"
vscode "mikestead.dotenv"
vscode "million.million-lint"
vscode "mindaro-dev.file-downloader"
vscode "minhthai.vscode-todo-parser"
vscode "mitchdenny.ecdc"
vscode "mojo2012.vscode-hybris-tools"
vscode "monokai.theme-monokai-pro-vscode"
vscode "morrislaptop.vscode-open-in-sourcetree"
vscode "mrmlnc.vscode-json5"
vscode "mrmlnc.vscode-scss"
vscode "ms-azuretools.vscode-docker"
vscode "ms-dotnettools.csharp"
vscode "ms-dotnettools.dotnet-interactive-vscode"
vscode "ms-dotnettools.vscode-dotnet-pack"
vscode "ms-dotnettools.vscode-dotnet-runtime"
vscode "ms-edgedevtools.vscode-edge-devtools"
vscode "ms-python.isort"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-toolsai.jupyter"
vscode "ms-toolsai.jupyter-renderers"
vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "ms-vscode.azure-repos"
vscode "ms-vscode.cmake-tools"
vscode "ms-vscode.cpptools"
vscode "ms-vscode.cpptools-extension-pack"
vscode "ms-vscode.cpptools-themes"
vscode "ms-vscode.js-debug-nightly"
vscode "ms-vscode.makefile-tools"
vscode "ms-vscode.remote-repositories"
vscode "ms-vscode.vscode-typescript-next"
vscode "ms-vsliveshare.vsliveshare"
vscode "ms-vsliveshare.vsliveshare-pack"
vscode "msjsdiag.vscode-react-native"
vscode "muhammad-sammy.csharp"
vscode "natqe.reload"
vscode "netcorext.uuid-generator"
vscode "nicoespeon.abracadabra"
vscode "nicoespeon.hocus-pocus"
vscode "nidu.copy-json-path"
vscode "njpwerner.autodocstring"
vscode "orta.vscode-jest"
vscode "orta.vscode-twoslash-queries"
vscode "paragdiwan.gitpatch"
vscode "paulmolluzzo.convert-css-in-js"
vscode "pkief.material-icon-theme"
vscode "planbcoding.vscode-react-refactor"
vscode "pmneo.tsimporter"
vscode "pnp.polacode"
vscode "pomdtr.excalidraw-editor"
vscode "ponicode.ponicode"
vscode "quick-lint.quick-lint-js"
vscode "quicktype.quicktype"
vscode "ramiroberrelleza.bitbucket-pull-requests"
vscode "randomfractalsinc.vscode-data-preview"
vscode "redhat.java"
vscode "redhat.vscode-commons"
vscode "redhat.vscode-yaml"
vscode "rikurouvila.typehole"
vscode "robbowen.synthwave-vscode"
vscode "sanity-io.vscode-sanity"
vscode "sburg.vscode-javascript-booster"
vscode "sdras.night-owl"
vscode "shd101wyy.markdown-preview-enhanced"
vscode "shelex.vscode-cy-helper"
vscode "simplyroba.impex-support"
vscode "sleistner.vscode-fileutils"
vscode "snyk-security.snyk-vulnerability-scanner"
vscode "stkb.rewrap"
vscode "streetsidesoftware.code-spell-checker"
vscode "stringham.move-ts"
vscode "stylelint.vscode-stylelint"
vscode "team-sapling.sapling"
vscode "timonwong.shellcheck"
vscode "tlent.jest-snapshot-language-support"
vscode "tlgkccampbell.code-ca65"
vscode "twxs.cmake"
vscode "uctakeoff.vscode-counter"
vscode "undefined_publisher.vscode-theme-monopatrick"
vscode "unifiedjs.vscode-mdx"
vscode "usernamehw.errorlens"
vscode "vilicvane.sensitive-replace"
vscode "visualstudioexptteam.intellicode-api-usage-examples"
vscode "visualstudioexptteam.vscodeintellicode"
vscode "vscjava.vscode-java-debug"
vscode "vscjava.vscode-java-dependency"
vscode "vscjava.vscode-java-pack"
vscode "vscjava.vscode-java-test"
vscode "vscjava.vscode-lombok"
vscode "vscjava.vscode-maven"
vscode "vscode-icons-team.vscode-icons"
vscode "vscodevim.vim"
vscode "wallabyjs.quokka-vscode"
vscode "wayou.vscode-todo-highlight"
vscode "wix.glean"
vscode "wmaurer.change-case"
vscode "xabikos.javascriptsnippets"
vscode "yzhang.markdown-all-in-one"
vscode "zignd.html-css-class-completion"