homebrew
ready for Apple Silicon

Always up-to-date guide for installing homebrew. While native support is not official, follow this method for a perfectly functional installation:
cd /opt
sudo mkdir homebrew
sudo chown -R $(whoami) /opt/homebrew
# command from official official documentation at https://docs.brew.sh/Installation
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
After instalation you need to add /opt/homebrew/bin
to PATH. It can be added with:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
That's it! You can now test it with:
brew install neofetch
# after (the long) instalation you can run
neofetch