Created
December 18, 2025 10:22
-
-
Save setdjod/4423382a7f7b3eb1d5811a605a1ff3aa 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 "agrinman/tap" | |
| tap "charmbracelet/tap" | |
| tap "derailed/k9s" | |
| tap "hashicorp/tap" | |
| tap "pulumi/tap" | |
| tap "redis/redis" | |
| tap "xpipe-io/tap" | |
| # Plugin manager for zsh, inspired by antigen and antibody | |
| brew "antidote" | |
| # Image format providing lossless and lossy compression for web images | |
| brew "webp" | |
| # Securely store and access AWS credentials in development environments | |
| brew "aws-vault" | |
| # Official Amazon AWS command-line interface | |
| brew "awscli" | |
| # Decentralized dependency manager for Cocoa | |
| brew "carthage" | |
| # Cloudflare Tunnel client (formerly Argo Tunnel) | |
| brew "cloudflared" | |
| # File comparison utilities | |
| brew "diffutils" | |
| # C/C++ and Java libraries for Unicode and globalization | |
| brew "icu4c@77" | |
| # Play, record, convert, and stream audio and video | |
| brew "ffmpeg" | |
| # Firebase command-line tools | |
| brew "firebase-cli" | |
| # Command-line tools for fly.io services | |
| brew "flyctl" | |
| # GNU awk utility | |
| brew "gawk" | |
| # Interact with Google Gemini AI models from the command-line | |
| brew "gemini-cli" | |
| # GitHub command-line tool | |
| brew "gh" | |
| # Syntax-highlighting pager for git and diff output | |
| brew "git-delta" | |
| # Blazing fast terminal-ui for git written in rust | |
| brew "gitui" | |
| # Open-source GitLab command-line tool | |
| brew "glab" | |
| # Render markdown on the CLI | |
| brew "glow" | |
| # GNU Privacy Guard (OpenPGP) | |
| brew "gnupg" | |
| # Open source programming language to build simple/reliable/efficient software | |
| brew "go" | |
| # Post-modern modal text editor | |
| brew "helix" | |
| # Kubernetes package manager | |
| brew "helm" | |
| # Improved top (interactive process viewer) | |
| brew "htop" | |
| # Library to communicate with iOS devices natively | |
| brew "libimobiledevice" | |
| # Tool for managing apps on iOS devices | |
| brew "ideviceinstaller" | |
| # Lightweight and flexible command-line JSON processor | |
| brew "jq" | |
| # Modern load testing tool, using Go and JavaScript | |
| brew "k6" | |
| # Kubernetes command-line interface | |
| brew "kubernetes-cli" | |
| # Postgres C API library | |
| brew "libpq" | |
| # Replacement for ls, cp and other commands for object storage | |
| brew "minio-mc" | |
| # Simple tool to make locally trusted development certificates | |
| brew "mkcert" | |
| # Ambitious Vim-fork focused on extensibility and agility | |
| brew "neovim" | |
| # HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server | |
| brew "nginx" | |
| # Libraries for security-enabled client and server applications | |
| brew "nss" | |
| # AI coding agent, built for the terminal | |
| brew "opencode" | |
| # Development kit for the Java programming language | |
| brew "openjdk@11" | |
| # Development kit for the Java programming language | |
| brew "openjdk@17" | |
| # Development kit for the Java programming language | |
| brew "openjdk@21" | |
| # Development kit for the Java programming language | |
| brew "openjdk@8" | |
| # Execute binaries from Python packages in isolated environments | |
| brew "pipx" | |
| # Tool for managing OCI containers and pods | |
| brew "podman" | |
| # Alternative to docker-compose using podman | |
| brew "podman-compose" | |
| # Ruby version manager | |
| brew "rbenv" | |
| # Rsync for cloud storage | |
| brew "rclone" | |
| # Rust toolchain installer | |
| brew "rustup" | |
| # Display and control your Android device | |
| brew "scrcpy" | |
| # Traceroute implementation using TCP packets | |
| brew "tcptraceroute" | |
| # User interface to the TELNET protocol | |
| brew "telnet" | |
| # Display directories as trees (with optional color/HTML output) | |
| brew "tree" | |
| # Extremely fast Python package installer and resolver, written in Rust | |
| brew "uv" | |
| # Command-line interface for Vercel | |
| brew "vercel-cli" | |
| # Expose your local web server to the internet with a public url: https://tunnelto.dev | |
| brew "agrinman/tap/tunnelto" | |
| # A powerful terminal-based AI assistant for developers, providing intelligent coding assistance directly in your terminal. | |
| brew "charmbracelet/tap/crush" | |
| # Kubernetes CLI To Manage Your Clusters In Style! | |
| brew "derailed/k9s/k9s" | |
| # Terraform | |
| brew "hashicorp/tap/terraform" | |
| # Vault | |
| brew "hashicorp/tap/vault" | |
| # Pulumi - Modern Infrastructure as Code. Any cloud, any language | |
| brew "pulumi/tap/pulumi" | |
| # Command-line tools for building and debugging Android apps | |
| cask "android-commandlinetools" | |
| # Terminal-based AI coding assistant | |
| cask "claude-code" | |
| # Free app that makes your Internet safer | |
| cask "cloudflare-warp" | |
| # OpenAI's coding agent that runs in your terminal | |
| cask "codex" | |
| # Universal database tool and SQL client | |
| cask "dbeaver-community" | |
| # Database version management tool | |
| cask "dbngin" | |
| cask "font-jetbrains-mono-nerd-font" | |
| # Set of tools to manage resources and applications hosted on Google Cloud | |
| cask "gcloud-cli" | |
| # Desktop client for SelfHost version of the Hoppscotch API development ecosystem | |
| cask "hoppscotch-selfhost" | |
| # Create mock APIs in seconds | |
| cask "mockoon" | |
| # System monitor for the menu bar | |
| cask "stats" | |
| # JDK from the Eclipse Foundation (Adoptium) | |
| cask "temurin" | |
| # Multimedia player | |
| cask "vlc" | |
| # Multiplayer code editor | |
| cask "zed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment