mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
- Add all.brewfile with comprehensive package collection - Add ide.Brewfile with IDE/editor focused packages - Remove test.brewfile (was for development testing)
23 lines
415 B
Text
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"
|
|
|