Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.21 KB

A simple, fast and minimal prompt.


Left Prompt

  • OS logo
  • Computer Name
  • Current Directory (depth==1)
  • Background Jobs
  • Prompt (based on exit status of last cmd)

Right Prompt

  • Time for execution (of last cmd if greater than one second)
  • Branch (git with colors for various stages)

Installation

Update your .zshrc file with:

antigen bundle madhavchoudhary/clear

Update your .zshrc file with:

antibody bundle madhavchoudhary/clear
wget -O $ZSH_CUSTOM/themes/common.zsh-theme https://raw.githubusercontent.com/madhavchoudhary/clear/master/clear.zsh-theme

Update your .zshrc file with:

ZSH_THEME="clear"

Complete Setup

Please follow this documentation to install and setup the terminal completely from scratch for development in macOS as shown in the sample image.