Skip to content

Instantly share code, notes, and snippets.

@dominikbulaj
Forked from flaxel/update_mac.sh
Created October 30, 2025 15:18
Show Gist options
  • Select an option

  • Save dominikbulaj/cdf0ee10c778b76d5cd9f9eceb073516 to your computer and use it in GitHub Desktop.

Select an option

Save dominikbulaj/cdf0ee10c778b76d5cd9f9eceb073516 to your computer and use it in GitHub Desktop.
Update all homebrew formulae
#!/bin/sh
# fetch new versions of Homebrew + all formulae
brew update
# upgrade outdated formulae + casks
brew upgrade
# remove outdated downloads for all formulae + casks
brew cleanup
# check system for potential problems
brew doctor
# check for missing dependencies
brew missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment