ylogx / dotfiles

Fully automated dev environment setup with dotfiles
https://shubham.chaudhary.xyz/dotfiles
10 stars 2 forks source link

Brew installation on mac might require arch==i386 #23

Closed ylogx closed 2 years ago

ylogx commented 2 years ago

Installation of non-cask brew package on mac not working with M1 processor and an arm64 shell.

Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!
Please create a new installation in /opt/homebrew using one of the
"Alternative Installs" from:
  https://docs.brew.sh/Installation
You can migrate your previously installed formula list with:
  brew bundle dump
ylogx commented 2 years ago

Using the homebrew module, that should handle this.