diff --git a/Goodusb/Homebrew Manager: Streamline Your macOS Package Updates.txt b/Goodusb/Homebrew Manager: Streamline Your macOS Package Updates.txt new file mode 100644 index 0000000..66b1782 --- /dev/null +++ b/Goodusb/Homebrew Manager: Streamline Your macOS Package Updates.txt @@ -0,0 +1,24 @@ +REM opens the Terminal application and runs a series of commands +REM to update, upgrade, and clean up Homebrew packages. + +REM Author: Narsty +REM Title: Homebrew Update and Cleanup Utility +REM Target: MacOS +REM Version: 1.0 +REM Category: Utility + + +DELAY 500 +GUI SPACE +DELAY 500 +STRING terminal +DELAY 500 +ENTER +DELAY 1000 +STRING brew update && brew upgrade && brew cleanup +DELAY 1000 +ENTER + + + +