DEV Community

Daniel
Daniel

Posted on

1

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)

AWS Q Developer image

Your AI Code Assistant

Ask anything about your entire project, code and get answers and even architecture diagrams. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Start free in your IDE

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay