Migration from Intel Mac to M1 Mac

From LemonWiki共筆
Revision as of 14:11, 3 March 2022 by Unknown user (talk)
Jump to navigation Jump to search

Upgrade macOS Homebrew[1]

  • brew update to update Homebrew
  • brew upgrade to update Homebrew packages

Upgrade Git command[2]

  • which git
  • /usr/local/bin/git --version to verify the path is working
  • vi ~/.zshrc and add this line alias git='/usr/local/bin/git'

Download & install the Command Line Tools for Xcode 13.2.

Further reading

References