DEV Community

Discussion on: Automate Your Mac Setup and Keep It Up to Date

Collapse
 
chrischinchilla profile image
Chris Chinchilla

As we're sharing, I use something simple aliased to a command:

alias update='brew update && brew upgrade && brew cleanup && apm upgrade && mas upgrade'

Adding in Atom package manager and github.com/mas-cli/mas

Going to add some of your ideas too :)