๐Ÿ–Œ๏ธ Linear style theme for zsh (ohmyzsh)

March 11, 2023 ยท View on GitHub

๐Ÿ’ป Preview

preview-1

โ–ถ๏ธ Installation

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 !