This worked for me on macOS ARM (Apple M1):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
and then:
export PATH="/opt/homebrew/bin:$PATH" >> ~/.zshrc
This worked for me on macOS ARM (Apple M1):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
and then:
export PATH="/opt/homebrew/bin:$PATH" >> ~/.zshrc