cybardev / zen.zsh

Simple and Peaceful Zsh Prompt

Home Page:http://www.cybar.dev/zen.zsh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zen.zsh

Zen Zsh Prompt

A minimalistic Zsh prompt configuration for *nix systems.

logo


Install

  1. Run git clone https://github.com/cybardev/zen.zsh.git ~/.zsh/zen

  2. Paste the following into .zshrc:

fpath+="$HOME/.zsh/zen"
autoload -Uz promptinit
promptinit
prompt zen

Usage

After installing as above, source ~/.zshrc or relaunch the terminal to experience Zen.


Credits

Inspired by this post on r/unixporn.


Screenshots

screenshot

About

Simple and Peaceful Zsh Prompt

http://www.cybar.dev/zen.zsh

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%