Skip to content

Instantly share code, notes, and snippets.

@aklap
Last active February 23, 2021 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aklap/2d7dfea08f17403f7d0b6e55db7ffab1 to your computer and use it in GitHub Desktop.
Save aklap/2d7dfea08f17403f7d0b6e55db7ffab1 to your computer and use it in GitHub Desktop.
Checklist for maintaining setup on MacOS

Checklist for maintaining setup (MacOS)

MacOS

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"

xcode

xcode-select --install

Rectangle

Check for Updates Add cmd line here

Karabiner-Elements

Check for Updates Add cmd line here (sudo)

iTerm

Check for Updates Add cmd line here

Homebrew

brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions

Run this and act on suggestions

brew doctor

Ruby

Ruby version managers: Rbenv

rbenv version rbenv shell rbenv global

Set new versions of ruby:

rbenv versions rbenv install $version rbenv shell $version rbenv global $version

Ruby package manager: RubyGems

gem update --system && gem outdated && gem cleanup

Heroku CLI

heroku update

Apps

  • Dropbox
  • 1Password
  • Evernote

VS Code Editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment