A minimalistic Zsh prompt configuration for *nix
systems.
-
Run
git clone https://github.com/cybardev/zen.zsh.git ~/.zsh/zen
-
Paste the following into
.zshrc
:
fpath+="$HOME/.zsh/zen"
autoload -Uz promptinit
promptinit
prompt zen
After installing as above, source ~/.zshrc
or relaunch the terminal to experience Zen
.
Inspired by this post on r/unixporn.