Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 909 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 909 Bytes

🖌️ 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 !