On most Linux systems and macOS, you can install Zsh through your package manager. After installing, you can install Oh My Zsh by running the following command in your terminal:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"This script will install Oh My Zsh and set Zsh as your default shell.