From a3804c6c8578ec1d03418526af16a522b22c5054 Mon Sep 17 00:00:00 2001 From: Narsty Date: Mon, 15 May 2023 00:29:55 -0500 Subject: [PATCH] Add files via upload Simple Yet Powerful Tool: Allows you to Easily update, upgrade, and clean up Homebrew packages on your macOS system. --- ... Streamline Your macOS Package Updates.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Goodusb/Homebrew Manager: Streamline Your macOS Package Updates.txt 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 + + + +