Skip to content

Instantly share code, notes, and snippets.

@SeiwonPark
Created December 11, 2023 07:42
Show Gist options
  • Save SeiwonPark/fe6f6467fdd13dfd87251f4ce524cf66 to your computer and use it in GitHub Desktop.
Save SeiwonPark/fe6f6467fdd13dfd87251f4ce524cf66 to your computer and use it in GitHub Desktop.
Homebrew install/uninstall
# install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# uninstall
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment