Created
May 14, 2026 16:07
-
-
Save kix/cc170606a7d2bfa95e2b7d3f652fd166 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "homebrew/bundle" | |
| tap "homebrew/services" | |
| tap "jez/formulae" | |
| tap "shivammathur/extensions" | |
| tap "shivammathur/php" | |
| tap "symfony-cli/tap" | |
| # Plugin manager for zsh, inspired by antigen and antibody | |
| brew "antidote" | |
| # Codec library for encoding and decoding AV1 video streams | |
| brew "aom" | |
| # C/C++ and Java libraries for Unicode and globalization | |
| brew "icu4c@78" | |
| # Automatic configure script builder | |
| brew "autoconf" | |
| # Tool for generating GNU Standards-compliant Makefiles | |
| brew "automake" | |
| # C library of Git core methods that is re-entrant and linkable | |
| brew "libgit2" | |
| # Clone of cat(1) with syntax highlighting and Git integration | |
| brew "bat" | |
| # Freely available high-quality data compressor | |
| brew "bzip2" | |
| # Core application library for C | |
| brew "glib" | |
| # Statistics utility to count lines of code | |
| brew "cloc" | |
| # OpenType text shaping engine | |
| brew "harfbuzz" | |
| # Development kit for the Java programming language | |
| brew "openjdk" | |
| # Dynamic, general-purpose programming language | |
| brew "clojure" | |
| # Get a file from an HTTP, HTTPS or FTP server | |
| brew "curl" | |
| # Lightweight DNS forwarder and DHCP server | |
| brew "dnsmasq" | |
| # Isolated development environments using Docker | |
| brew "docker-compose" | |
| # Generate documentation for several programming languages | |
| brew "doxygen" | |
| # Run arbitrary commands when files change | |
| brew "entr" | |
| # Command-line tool to interact with exercism.io | |
| brew "exercism" | |
| # Play, record, convert, and stream select audio and video codecs | |
| brew "ffmpeg" | |
| # Generic library support script | |
| brew "libtool" | |
| # Libraries to talk to Microsoft SQL Server and Sybase databases | |
| brew "freetds" | |
| # Command-line fuzzy finder written in Go | |
| brew "fzf" | |
| # Feature-rich command-line audio/video downloader | |
| brew "yt-dlp" | |
| # Command-line downloader for image-hosting site galleries and collections | |
| brew "gallery-dl" | |
| # Library for encoding and decoding .avif files | |
| brew "libavif" | |
| # New file format for still image compression | |
| brew "jpeg-xl" | |
| # Graphics library to dynamically manipulate images | |
| brew "gd" | |
| # Distributed revision control system | |
| brew "git" | |
| # Open-source GitLab command-line tool | |
| brew "glab" | |
| # Validating, recursive, caching DNS resolver | |
| brew "unbound" | |
| # GNU Transport Layer Security (TLS) Library | |
| brew "gnutls" | |
| # Open source programming language to build simple/reliable/efficient software | |
| brew "go" | |
| # Version Control Visualization Tool | |
| brew "gource" | |
| # Framework for layout and rendering of i18n text | |
| brew "pango" | |
| # Graph visualization software from AT&T and Bell Labs | |
| brew "graphviz" | |
| # Subtitle renderer for the ASS/SSA subtitle format | |
| brew "libass" | |
| # Open-source video transcoder available for Linux, Mac, and Windows | |
| brew "handbrake" | |
| # Improved top (interactive process viewer) | |
| brew "htop" | |
| # Lightweight and flexible command-line JSON processor | |
| brew "jq" | |
| # Kubernetes command-line interface | |
| brew "kubernetes-cli" | |
| # Build tool for Clojure | |
| brew "leiningen" | |
| # Image processing and image analysis library | |
| brew "leptonica" | |
| # Provides library functionality for FIDO U2F & FIDO 2.0, including USB | |
| brew "libfido2" | |
| # Terminal-based visual file manager | |
| brew "midnight-commander" | |
| # Remote terminal application | |
| brew "mosh" | |
| # Ambitious Vim-fork focused on extensibility and agility | |
| brew "neovim" | |
| # Port scanning utility for large networks | |
| brew "nmap" | |
| # Open-source, cross-platform JavaScript runtime environment | |
| brew "node" | |
| # Open-source, cross-platform JavaScript runtime environment | |
| brew "node@22" | |
| # Modern shell for the GitHub era | |
| brew "nushell" | |
| # Generate clients, server & docs from an OpenAPI spec (v2, v3) | |
| brew "openapi-generator" | |
| # Highly capable, feature-rich programming language | |
| brew "perl" | |
| # General-purpose scripting language | |
| brew "php" | |
| # General-purpose scripting language | |
| brew "php@8.4" | |
| # Password generator | |
| brew "pwgen" | |
| # Python version management | |
| brew "pyenv" | |
| # Interpreted, interactive, object-oriented programming language | |
| brew "python@3.10" | |
| # Interpreted, interactive, object-oriented programming language | |
| brew "python@3.11" | |
| # C AMQP client library for RabbitMQ | |
| brew "rabbitmq-c" | |
| # Persistent key-value database, with built-in net interface | |
| brew "redis" | |
| # Tool for downloading RTMP streaming media | |
| brew "rtmpdump" | |
| # Safe, concurrent, practical language | |
| brew "rust" | |
| # Cross-shell prompt for astronauts | |
| brew "starship" | |
| # OCR (Optical Character Recognition) engine | |
| brew "tesseract" | |
| # Display directories as trees (with optional color/HTML output) | |
| brew "tree" | |
| # Extremely fast Python package installer and resolver, written in Rust | |
| brew "uv" | |
| # Internet file retriever | |
| brew "wget" | |
| # Blazing fast terminal file manager written in Rust, based on async I/O | |
| brew "yazi" | |
| # Download YouTube videos from the command-line | |
| brew "youtube-dl" | |
| # Tracks most-used directories to make cd smarter | |
| brew "z" | |
| # Shell extension to navigate your filesystem faster | |
| brew "zoxide" | |
| # UNIX shell (command interpreter) | |
| brew "zsh" | |
| # Heatmap of oft-edited files | |
| brew "jez/formulae/git-heatmap" | |
| # Mongodb PHP extension | |
| brew "shivammathur/extensions/mongodb@8.4" | |
| # General-purpose scripting language | |
| brew "shivammathur/php/php@7.4" | |
| # Symfony CLI helps Symfony developers manage projects, from local code to remote infrastructure | |
| brew "symfony-cli/tap/symfony-cli" | |
| # Time tracker | |
| cask "activitywatch" | |
| # Web browser focusing on privacy | |
| cask "brave-browser" | |
| # Server and cloud storage browser | |
| cask "cyberduck" | |
| # Disk space visualiser | |
| cask "daisydisk" | |
| # App to build and share containerised applications and microservices | |
| cask "docker-desktop" | |
| # Client for the Dropbox cloud storage service | |
| cask "dropbox" | |
| # Web browser | |
| cask "firefox" | |
| cask "font-fira-code" | |
| # Terminal emulator that uses platform-native UI and GPU acceleration | |
| cask "ghostty" | |
| # Web browser | |
| cask "google-chrome" | |
| # Utility to hide menu bar items | |
| cask "hiddenbar" | |
| # Free and open-source media player | |
| cask "iina" | |
| # Terminal emulator as alternative to Apple's Terminal app | |
| cask "iterm2" | |
| # Visual diff and merge tool | |
| cask "meld" | |
| # App to write, plan, collaborate, and get organised | |
| cask "notion" | |
| # Knowledge base that works on top of a local folder of plain text Markdown files | |
| cask "obsidian" | |
| # Replacement for Docker Desktop | |
| cask "orbstack" | |
| # PHP IDE by JetBrains | |
| cask "phpstorm" | |
| # Used to access context-specific actions when text is selected | |
| cask "popclip" | |
| # Collaboration platform for API development | |
| cask "postman" | |
| # Team communication and collaboration software | |
| cask "slack" | |
| # Music streaming service | |
| cask "spotify" | |
| # Text editor for code, markup and prose | |
| cask "sublime-text" | |
| # Messaging app with a focus on speed and security | |
| cask "telegram" | |
| # Web browser focusing on security | |
| cask "tor-browser" | |
| # Open-source BitTorrent client | |
| cask "transmission" | |
| # Twitter client | |
| cask "tweetbot" | |
| # Open-source code editor | |
| cask "visual-studio-code" | |
| vscode "docker.docker" | |
| vscode "esbenp.prettier-vscode" | |
| vscode "github.copilot-chat" | |
| vscode "golang.go" | |
| vscode "ms-azuretools.vscode-containers" | |
| vscode "ms-azuretools.vscode-docker" | |
| vscode "ms-vscode-remote.remote-containers" | |
| vscode "ms-vscode.makefile-tools" | |
| vscode "rangav.vscode-thunder-client" | |
| vscode "rust-lang.rust-analyzer" | |
| go "golang.org/x/tools/gopls" | |
| cargo "loco-cli" | |
| cargo "rustlings" | |
| uv "posting" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment