Homebrew
The missing package manager for macOS (or Linux). Install the tools you need that Apple (or your Linux system) didn't.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Tools and utilities I use for development.
The missing package manager for macOS (or Linux). Install the tools you need that Apple (or your Linux system) didn't.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"GNU Stow is a symlink farm manager. Perfect for managing dotfiles and configuration files across multiple tools and projects.
brew install stowSecure secret management for developers. Inject environment variables and sync secrets across your team and environments.
brew install gnupgbrew install dopplerhq/cli/dopplerA simple tool to help you claw through your files at the speed of light. Fast file search and navigation from the terminal.
brew install tw93/tap/moleOfficial GitHub command-line tool. Manage pull requests, issues, repositories, and more directly from your terminal.
brew install ghA high-performance, multiplayer code editor built in Rust. Designed for speed and collaboration with AI assistance built-in.
brew install --cask zedA fast all-in-one JavaScript runtime and toolkit. Drop-in replacement for Node.js with native bundler, transpiler, test runner, and npm-compatible package manager.
brew install oven-sh/bun/bun