Homebrew (un)installer

Install Homebrew (on macOS or Linux)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

More installation information and options at https://docs.brew.sh/Installation.html.

If running Linux or WSL, there are some pre-requisite packages to install.

Uninstall Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

Download the uninstall script and run /bin/bash uninstall.sh --help to view more uninstall options.

Description
No description provided
Readme 543 KiB
Languages
Shell 97.2%
Ruby 2.8%