Skip to content

Instantly share code, notes, and snippets.

@r17x
Created February 24, 2022 18:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save r17x/c0371c2f2b622e2348e2e5cb1f2fb8d9 to your computer and use it in GitHub Desktop.
Save r17x/c0371c2f2b622e2348e2e5cb1f2fb8d9 to your computer and use it in GitHub Desktop.
MacOS common tools

Common Tools for development in Mac

xcode-select

  • version
xcode-select --version
// xcode-select version 2392.
  • Install
xcode-select --install
// after doing install
// reset cache (see reset cache)
  • Reset Cache
xcode-select --reset
  • check path
xcode-select --print-path

OS Update

softwareupdate --install -a

Thanks

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