Skip to content

M1 Setup

LeoTM edited this page Dec 14, 2022 · 80 revisions

New machine

Default apple verification via safari with auto fingerprint bugged

  • brew
  • iterm2
  • zsh, oh my zsh, setopt autocd
  • brave-browser-nightly, open -a 'Brave Browser Nightly', verify apple
  • Xcode (stable/rc/beta) (most Homebrew formulae need a compiler, a few need a full Xcode install)
  • macOS Public Beta Access Utility Profile
  • macOS beta (~12 GB) install eta 1 hr
  • xcode-select --install (CLI tools) install eta 125 hrs (βŠ™οΌΏβŠ™')
  • JDK
  • android-studio-preview-canary (if boot fail, downgrade to prev canary)
  • android-platform-tools
  • android-file-transfer, Settings>About>BuildNo(7), Settings>System>DevOps>USBdebugging, adb devices
  • get yarn, then set version berry, yarn set version canary
  • Setting up the development environment per OS
  • Initial Preview v3: Google APIs System Image (1.3 GB)
+
  • vpn
  • flux / night shift
  • flipper
  • rectangle
  • negative
  • scrcpy / vysor
  • ccache
  • fastlane
  • github
  • reactotron

Erasing


npx clear-npx-cache πŸ”«

adb reverse tcp:8081 tcp:8081 Metro <-> Android

brew update && brew outdated --greedy && brew upgrade --greedy && brew cleanup πŸ”₯

Clone this wiki locally