bold-brew/examples/all.brewfile
Vito Castellano 473f91e2c7
docs(examples): add themed Brewfile examples
- Add all.brewfile with comprehensive package collection
- Add ide.Brewfile with IDE/editor focused packages
- Remove test.brewfile (was for development testing)
2025-12-29 16:03:01 +01:00

23 lines
415 B
Text

# Test Brewfile for bbrew
# A simple example to test Brewfile mode functionality
# Usage: bbrew -f test.brewfile
# Command-line utilities (lightweight and common)
brew "wget"
brew "curl"
brew "tree"
brew "htop"
brew "jq"
# Development tools
brew "git"
brew "node"
# Popular editors and IDEs
cask "visual-studio-code"
cask "sublime-text"
# Alternative browsers (for testing)
cask "firefox"
cask "brave-browser"