Install Oh-My-Zsh on Amazon Linux
zshec2amazonlinux
Hi There!
This is a short code snippet to install Oh-My-Zsh on Amazon Linux.
TLDR
sudo yum update -y
sudo yum install zsh git -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"