pure

Pretty, minimal and fast ZSH prompt with git integration

brewmacoslinux
Try with needOr install directly
Source

About

Pretty, minimal and fast ZSH prompt

Commands

pure

Examples

Install pure prompt for ZSH shell$ brew install pure && echo 'fpath+=($(brew --prefix)/share/zsh/site-functions)' >> ~/.zshrc && echo 'autoload -U promptinit; promptinit; prompt pure' >> ~/.zshrc
View pure prompt in action after installation and reload shell$ exec zsh
Customize pure prompt colors by setting ZSH variables$ echo 'zstyle :prompt:pure:path color blue' >> ~/.zshrc