Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 601 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 601 Bytes

Purity ZSH Theme

Install

  • Automatic: npm i -g purity-zsh-theme
  • Manual:
git clone https://github.com/pmbenjamin/purity.git && cd purity
mkdir -p $HOME/.oh-my-zsh/custom/themes/
cp purity.zsh-theme $HOME/.oh-my-zsh/custom/themes/

Customize

# $HOME/.oh-my-zsh

# ...

ZSH_THEME="purity"         # ENABLE THIS THEME

# CUSTOMIZABLE THEME
PURITY_PROMPT_SYMBOL=→     # DEFAULT IS ❯
PURITY_GIT_PROMPT_DIRTY=⚠  # DEFAULT IS ○
PURITY_GIT_PROMPT_CLEAN=✓  # DEFAULT IS ●

# ...

Demo

Demo

Screenshot

Purity