# Homebrew Bundle - full developer environment.
# Run: brew bundle --file=configs/Brewfile

# Version control
brew "git"
brew "gh"

# Runtime management
brew "mise"

# Shell prompt
brew "starship"

# Modern CLI replacements
brew "eza"       # ls replacement with icons and git status
brew "bat"       # cat replacement with syntax highlighting
brew "zoxide"    # cd replacement that learns your habits
brew "fd"        # find replacement, 5x faster
brew "ripgrep"   # grep replacement, instant code search
brew "fzf"       # fuzzy finder for history, files, directories
brew "jq"        # JSON processor for shell pipelines
brew "lefthook"  # fast Git hooks manager (parallel, Go binary)
brew "scc"       # fast LOC counter by language

# Security scanning
brew "osv-scanner"  # dependency vulnerability scanner (OSV + NVD + GitHub Advisory)

# PostgreSQL client tools only (psql, pg_dump) — server runs via Docker
brew "libpq"

# Containers, local LLM inference (Docker Model Runner), and databases
cask "docker-desktop"

# Automatic updates
brew "topgrade"

# GUI Applications
cask "ghostty"
cask "raycast"
cask "bitwarden"
cask "lm-studio"    # GUI for local LLM chat, model management, MLX inference

# Fonts
cask "font-jetbrains-mono-nerd-font"
