Skip to content

Commit

Permalink
Add 'brew-remove' just recipe (ublue-os#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanssrao authored Nov 19, 2023
1 parent 7f775b7 commit cf78eb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf78eb3

Please sign in to comment.