
“Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...”
This article teaches how to install oh my zsh on debian base
- First let’s install git and zsh curl
command: sudo apt install git
- Now let’s install oh my zsh run the command and follow the instructions
command: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Ready oh my zsh has been install.