/zsh-linear-theme

🖌️ Linear style theme for zsh (ohmyzsh)

Primary LanguageShellMIT LicenseMIT

🖌️ Linear style theme for zsh (ohmyzsh)

💻 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 !