Skip to content

Instantly share code, notes, and snippets.

@aklap
Last active February 23, 2021 20:46
Show Gist options
  • Select an option

  • Save aklap/2d7dfea08f17403f7d0b6e55db7ffab1 to your computer and use it in GitHub Desktop.

Select an option

Save aklap/2d7dfea08f17403f7d0b6e55db7ffab1 to your computer and use it in GitHub Desktop.
Checklist for maintaining setup on MacOS

Checklist for maintaining setup MacOS


  1. Apple Icon > Software Update or run in command line:

This command lists all updates for your v of MacOS

softwareupdate -l

This command lists installs all updates for you v of MacOS

softwareupdate -i -a

If you want to do this quickly, automated then run

sudo sh -c "softwareupdate -ia && reboot"

  1. xcode xcode-select --install

  2. Spectacle > Check for Updates

Add cmd line here

  1. Karabiner-Elements > Check for Updates

Add cmd line here (sudo)

  1. iTerm > Check for Updates

Add cmd line here

  1. Homebrew brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions

Apps


  • Mailplane
  • Dropbox
  • 1Password
  • Evernote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment