Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Created April 26, 2022 08:52
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 barbietunnie/a59dd95a8077e76c7eecb0c9233923c2 to your computer and use it in GitHub Desktop.
Save barbietunnie/a59dd95a8077e76c7eecb0c9233923c2 to your computer and use it in GitHub Desktop.
Easily switch from Apple M1 Silicon to Rosetta Intel Emulator
# Switch from Apple M1 Silicon to Rosetta Intel Emulator (add to your ~/.zshrc)
alias arm="env /usr/bin/arch -arm64 /bin/zsh --login"
alias intel="env /usr/bin/arch -x86_64 /bin/zsh --login"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment