diff --git a/just/custom.just b/just/custom.just index 0e67d7ad0a1..d111d8726cb 100644 --- a/just/custom.just +++ b/just/custom.just @@ -28,6 +28,11 @@ brew: echo "Installing homebrew ..." /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +# Remove Homebrew +brew-remove: + echo "Removing homebrew ..." + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" + # Add Homebrew to shell rc files brew-shell: #!/usr/bin/env bash