I just got one. I’m blown away by the speed as well. Chrome runs insanely fast! Alas, it’s not developer ready yet. Brew is a mess. Docker doesn’t work. PyCharm is WIP although can use x86 version. I was skeptical of the hype but this little laptop has made me realize how slow everything else is. Unfortunately, while the hardware has accelerated far beyond expectations, the software - specifically MacOS BigSur is a m…
Brew is only slightly a mess, in my experience. I've installed brew both in the historical /usr/local location as well as the future home of /opt/homebrew. I then created these two aliases: alias armbrew="/opt/homebrew/bin/brew" alias intbrew="arch -x86_64 /usr/local/bin/brew" My PATH selects for programs installed in the /opt/homebrew location first and then /usr/local. I try to install with the ARM version first wi…
Duplicate iTerm.app, right click & "Get Info", check "Open in Rosetta". Now install homebrew how you would on an Intel Mac and everything will work.