Check that Zsh is installed
Oh My Zsh only works with the Zsh shell, not the default bash shell on some systems. This command tells you which version you have. If you get a version number back, you are good to go. If you get 'command not found', you need to install Zsh first — search 'install zsh' plus your operating system name for instructions.
'command not found' — Zsh is not installed
On Ubuntu/Debian run: sudo apt install zsh — On Fedora run: sudo dnf install zsh — On macOS it is already included since Catalina
