A simple, fast and minimal prompt.
- OS logo
- Computer Name
- Current Directory (depth==1)
- Background Jobs
- Prompt (based on exit status of last cmd)
- Time for execution (of last cmd if greater than one second)
- Branch (git with colors for various stages)
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"
Please follow this documentation to install and setup the terminal completely from scratch for development in macOS as shown in the sample image.