You can install Oh My Zsh by running the following command in your terminal:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Alternatively, if you prefer using wget, you can use:
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
This will download and run the installation script. After installation, you can customize your .zshrc file to enable plugins and themes.
