-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
97 lines (84 loc) · 4.2 KB
/
Brewfile
File metadata and controls
97 lines (84 loc) · 4.2 KB
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
# ============================================================================
# Brewfile - Homebrew Package Management
# ============================================================================
# Usage:
# brew bundle install - Install all packages from this file
# brew bundle check - Check if all packages are installed
# brew bundle cleanup - Uninstall packages not listed in this file
# brew bundle dump - Generate Brewfile from current installations
# ============================================================================
# ============================================================================
# Taps
# ============================================================================
tap "dopplerhq/cli" # Doppler secrets management
tap "oven-sh/bun" # Bun JavaScript runtime
tap "mdnmdn/asimeow" # Asimeow Time Machine exclusion manager
# ============================================================================
# CLI Tools & Utilities
# ============================================================================
# Package Management
brew "mas" # Mac App Store CLI
# Development Tools
brew "nixpacks" # Build and deploy apps
brew "act" # Run GitHub Actions locally
brew "incus" # CLI client for Incus containers
brew "gh" # GitHub CLI
brew "ripgrep" # Fast search (rg command)
brew "jq" # JSON processor used by AI CLI integrations
brew "shellcheck" # Shell script linter
brew "tree" # Directory tree view
brew "direnv" # Per-directory environment variables
brew "oven-sh/bun/bun" # JavaScript runtime and package manager
brew "railway" # Railway CLI
# Secrets Management
brew "gnupg" # GPG encryption (required for Doppler)
brew "doppler" # Secrets management CLI
# AI Tools
cask "codex" # OpenAI Codex CLI (coding agent)
brew "agent-browser" # Browser automation CLI for AI agents
# Note: Claude Code is installed via native installer (see installers/ai-tools.sh)
# ============================================================================
# Applications - AI
# ============================================================================
cask "claude" # Anthropic Claude desktop app
cask "t3-code" # T3 Code desktop app for AI coding agents
# System Utilities
brew "wget" # Network downloader
brew "asimeow" # Prevent Time Machine backups of dev folders
brew "displayplacer" # Display scaling utility
brew "dockutil" # Manage macOS Dock items from command line
# ============================================================================
# Applications - Communication
# ============================================================================
cask "discord"
cask "slack"
cask "whatsapp"
cask "telegram"
# ============================================================================
# Applications - Development
# ============================================================================
cask "zed@preview" # Code editor
cask "github" # GitHub Desktop
cask "tableplus" # Database management
cask "figma" # Design and prototyping tool
cask "docker" # Container runtime
# ============================================================================
# Applications - Browsers & Network
# ============================================================================
cask "google-chrome" # Web browser
cask "wifiman" # WiFi analyzer
# ============================================================================
# Applications - Security & VPN
# ============================================================================
cask "1password"
cask "1password-cli"
cask "tailscale-app" # Mesh VPN
cask "mullvad-vpn" # Privacy VPN
# ============================================================================
# Applications - Productivity & Utilities
# ============================================================================
cask "notion" # Notes and workspace
cask "rectangle" # Window management
cask "keepingyouawake" # Prevent sleep
cask "balenaetcher" # USB/SD card imaging
cask "macs-fan-control" # Fan control utility