Generates a current listing of locally installed Homebrew apps
Run python3 brew.py (or uv run brew.py) and review pull requests on Github.com periodically for changes
To install brew packages from the list generated, run xargs brew install < apps.txt
- Setup Python environment:
pip install -r requirements.txt - Edit
config.pywith correct values (see sample)