Install Oh-my-zsh on openSUSE Friday 24 October 2014 (2014-10-24) Monday 17 March 2025 (2025-03-17) noraj (Alexandre ZANNI) linux, opensuse 🇬🇧 Install zsh zypper in zsh and git zypper in git. Then install oh-my-zsh wget --no-check-certificate http://install.ohmyz.sh -O - | sh. Then define zsh as your default shell: chsh -s /bin/zsh.