Choose one of the following ways and install accordingly :
๐ธ with OMZ (recommended)
wget https://raw.githubusercontent.com/MrYazdan/zsh-linear-theme/main/linear.zsh-theme -O ~/.oh-my-zsh/themes/linear.zsh-theme
omz theme set linear
๐ธ with ZSH (if ohmyzsh is not installed - edit .zshrc)
mkdir -p ~/.zsh-themes
wget https://raw.githubusercontent.com/MrYazdan/zsh-linear-theme/main/linear.zsh-theme -O ~/.zsh-themes/linear.zsh-theme
echo 'source linear.zsh-theme' >> ~/.zshrc
๐ Restart zsh shell
zsh
โ๏ธ Theme set successfully !