Skip to content

Instantly share code, notes, and snippets.

@maxoumime
Last active October 3, 2018 12:20
Show Gist options
  • Save maxoumime/3fc7b6b92f764019fe345aa78fd2706d to your computer and use it in GitHub Desktop.
Save maxoumime/3fc7b6b92f764019fe345aa78fd2706d to your computer and use it in GitHub Desktop.
MacOS update script
#!/bin/bash
softwareupdate -ai
brew update
brew upgrade
brew cleanup -s
brew doctor
brew missing
mas outdated
mas upgrade
npm update -g
gem update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment