Skip to content

Instantly share code, notes, and snippets.

@firecall
Last active February 3, 2026 04:36
Show Gist options
  • Select an option

  • Save firecall/6ff5872e04e846d52807ffd31798cfce to your computer and use it in GitHub Desktop.

Select an option

Save firecall/6ff5872e04e846d52807ffd31798cfce to your computer and use it in GitHub Desktop.
Brewfile
# Brewfile - Homebrew Package Manager Configuration
#
# INITIAL SETUP (First time on a new Mac):
# 1. Install Xcode Command Line Tools:
# xcode-select --install
#
# 2. Install Homebrew:
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#
# 3. Save this Brewfile to your home directory:
# curl -o ~/Brewfile https://gist.githubusercontent.com/firecall/6ff5872e04e846d52807ffd31798cfce/raw/5f3dcddcfb29edbfba517fc93f419d1bdf24ca89/Brewfile
#
# USAGE:
# - Install all packages: brew bundle --file=~/Brewfile
# - Check what's missing: brew bundle check --file=~/Brewfile
# - Cleanup unused packages: brew bundle cleanup --file=~/Brewfile
# - Force cleanup: brew bundle cleanup --force --file=~/Brewfile
#
# UPDATING THIS FILE:
# - Dump current setup: brew bundle dump --force --file=~/Brewfile
# - Add new package: echo 'brew "package-name"' >> ~/Brewfile
# - Edit manually: nano ~/Brewfile (or your preferred editor)
#
# MAINTENANCE:
# - Update all packages: brew update && brew upgrade
# - Check for issues: brew doctor
# - Cleanup old versions: brew cleanup
#
# More info: https://github.com/Homebrew/homebrew-bundle
tap "anomalyco/tap"
tap "buo/cask-upgrade"
tap "danvergara/tools"
tap "dart-lang/dart"
tap "dokku/repo"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "leoafarias/fvm"
tap "oven-sh/bun"
tap "puma/puma"
tap "rbenv/tap"
tap "samuelmeuli/tap"
tap "sass/sass"
tap "steipete/tap"
tap "twilio/brew"
tap "yt-dlp/taps"
brew "asdf"
brew "asimov"
brew "atuin"
brew "mas"
brew "asimov"
brew "bat"
brew "btop"
brew "bun"
brew "cockpit"
brew "cocoapods"
brew "coreutils"
brew "curl"
brew "python@3.9"
brew "dblab"
brew "dart"
brew "deno"
brew "doctl"
brew "duf"
brew "dust"
brew "dog"
brew "doggo"
brew "exa"
brew "ffmpeg"
brew "fprobe"
brew "fvm"
brew "git"
brew "gh"
brew "git-lfs"
brew "go"
brew "gzip"
brew "goaccess"
brew "handbrake"
brew "htop"
brew "imagemagick"
brew "inetutils"
brew "lnav"
brew "logdy"
brew "maccy"
brew "mac-cleanup-go"
brew "markedit"
brew "micro"
brew "mole"
brew "mosh"
brew "mysql", restart_service: true
brew "nano"
brew "neofetch"
brew "netcat"
brew "nmap"
brew "node"
brew "node@20"
brew "openssl@3"
brew "tidy-html5"
brew "php"
brew "pipx"
brew "postgresql"
brew "pyenv"
brew "raycast"
brew "ruby-build"
brew "rbenv"
brew "redis", restart_service: true
brew "ripgrep"
brew "ruby"
brew "rust"
brew "rustscan"
brew "sass"
brew "scrcpy"
brew "sloth"
brew "speedtest-cli"
brew "superfile"
brew "wget"
brew "yarn"
brew "youtube-dl"
brew 'whalebrew'
brew 'figlet'
brew 'lolcat'
brew 'toilet'
brew "twilio"
brew 'xld'
brew "yt-dlp"
cask "android-platform-tools"
cask "applite"
cask "claude-code"
cask "timemachineeditor"
cask "dbeaver-community"
cask "github-copilot-for-xcode"
cask "ngrok"
cask "opencode-desktop"
cask "raycast"
cask "repobar"
cask "sloth"
@firecall
Copy link
Author

firecall commented Jul 14, 2022

TO USE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment