Skip to content

Instantly share code, notes, and snippets.

@jjtroberts
Created November 18, 2022 16:40
Show Gist options
  • Save jjtroberts/c34075a0bddbadaf92baa8c05f7958f7 to your computer and use it in GitHub Desktop.
Save jjtroberts/c34075a0bddbadaf92baa8c05f7958f7 to your computer and use it in GitHub Desktop.
automatic brew updates
brew update
brew upgrade
brew install terminal-notifier
brew tap domt4/autoupdate
brew autoupdate start --upgrade --enable-notification
# These commands will:
# 1. update the brew repository,
# 2. upgrade all the existing apps,
# 3. install the terminal notifier: https://formulae.brew.sh/formula/terminal-notifier
# 4. install the autoupdate script: https://github.com/DomT4/autoupdate-testing
# 5. start the autoupdate to run on a regular basis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment