You could go on Miniforge GitHub, and follow instruction running shell script. But we have easier way to install useful programs easily on MacOS. Homebrew is way to go.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Type above onto a Terminal window and execute. Once it’s done you’re ready to use Homebrew.
Install Miniforge
With Homebrew installed, open terminal and type:
brew install miniforge
After installation is completed, you’re almost ready to use $conda
command. You need to source what’s on your .bashrc or .zshrc.
Run conda init zsh
and restart terminal you’re done.