Install Oh-my-zsh on openSUSE Friday 24 October 2014 (2014-10-24) Monday 20 June 2022 (2022-06-20) 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.