Skip to content

Instantly share code, notes, and snippets.

@fzn0x
Forked from r17x/OSX.md
Created February 25, 2022 05:59
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 fzn0x/09cad1091e00c9ead2e9f8af7ef66652 to your computer and use it in GitHub Desktop.
Save fzn0x/09cad1091e00c9ead2e9f8af7ef66652 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