Skip to content

Instantly share code, notes, and snippets.

@amandasposito
Last active September 20, 2025 15:59
Show Gist options
  • Select an option

  • Save amandasposito/35c8174dae67c4bac373ff409f04351c to your computer and use it in GitHub Desktop.

Select an option

Save amandasposito/35c8174dae67c4bac373ff409f04351c to your computer and use it in GitHub Desktop.
re-installing homebrew and keeping the formulas
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