andrepolischuk / min

Minimalistic zsh prompt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

min

Minimalistic zsh prompt

Install

npm

npm install -g min-prompt

and add min to plugin list in your .zshrc:

plugins=(min)

Manually

Clone this repo and append next line to your .zshrc:

source min/min.zsh

Tips

In the screenshot min is running in iTerm 2 with one light theme and SF Mono font.

To colorize commands as in the screenshot, install zsh-syntax-highlighting.

License

MIT

About

Minimalistic zsh prompt

License:MIT License


Languages

Language:Shell 100.0%