Last active
March 6, 2025 13:14
-
-
Save alemarengo/d0db81ee8d1b912ef7527ae642dfc5bc to your computer and use it in GitHub Desktop.
List and reinstall brew installed packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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