Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ebell451/f4eca64951a1585a6d0b65a293d328a4 to your computer and use it in GitHub Desktop.

Select an option

Save ebell451/f4eca64951a1585a6d0b65a293d328a4 to your computer and use it in GitHub Desktop.

Install Zsh and Oh-my-zsh on Rocky Linux

Updated: easier two lines only, but keep the link for historical purposes

Based on this article

ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does

This script can be copy paste to ssh as is. No hands installation. :-)

sudo dnf install -y util-linux-user zsh git
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
@MichaelMichaelMichaelMichaelMichael

dnf install -y util-linux-user zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment