# Homebrew Bundle - recommended developer tools.
# 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

# Automatic updates
brew "topgrade"

# GUI Applications
cask "ghostty"
cask "raycast"
cask "bitwarden"

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