Skip to content

Instantly share code, notes, and snippets.

@alemarengo
Last active March 6, 2025 13:14
Show Gist options
  • Save alemarengo/d0db81ee8d1b912ef7527ae642dfc5bc to your computer and use it in GitHub Desktop.
Save alemarengo/d0db81ee8d1b912ef7527ae642dfc5bc to your computer and use it in GitHub Desktop.
List and reinstall brew installed packages
brew list > brew_programs_list.txt
xargs brew install < brew_programs_list.txt
# alternatively
brew bundle dump
brew bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment