Last active
September 20, 2025 15:59
-
-
Save amandasposito/35c8174dae67c4bac373ff409f04351c to your computer and use it in GitHub Desktop.
re-installing homebrew and keeping the formulas
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 bundle dump | |
| # https://github.com/homebrew/install#uninstall-homebrew | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" | |
| # https://brew.sh/ | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| # restore packages | |
| brew bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment