Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 627 Bytes

apple_m1_cheatsheet.md

File metadata and controls

18 lines (12 loc) · 627 Bytes

Hello and welcome to this Apple M1 Cheatsheet.

The goal is to gather here all tips and known issues about the new processor from Apple!

Issues

Install Brew

To get Homebrew working, let’s install it using Rosetta:

arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Tips