DEV Community

Daniel
Daniel

Posted on

Update everything on a Mac

(requires homebrew)

brew update && brew outdated && brew upgrade && brew cu -ay && brew upgrade --cask --greedy && softwareupdate -i -a && brew cleanup

First, it updates homebrew, upgrades packages, updates casks (ones managed by homebrew and those not as well), then gets apple updates, followed by a cleanup.

Top comments (0)