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)
This commit is contained in:
Vito Castellano 2025-12-29 16:03:01 +01:00
commit 473f91e2c7
No known key found for this signature in database
GPG key ID: E13085DB38BC5819
2 changed files with 6 additions and 0 deletions

6
examples/ide.Brewfile Normal file
View file

@ -0,0 +1,6 @@
tap "ublue-os/tap"
cask "jetbrains-toolbox-linux"
cask "lm-studio-linux"
cask "visual-studio-code-linux"
cask "vscodium-linux"