A ZSH theme built for people who want:
- Simple Terminal (I use iTerm)
- Git Status for each working folder
For Mac Users, I highly recommend iTerm 2 + Afterglow for Sublime Text
- 🕕 Time
~/DesktopWorking directory-
where you type your cmds
- Git Status
✹git:mastercolor : Red unstaged commitgit:mastercolor: White committed files○shows if current directory is a git folder || git branch
- Download || Clone the URL
- Copy themes folder that contains
chi.zsh-theme - Open Terminal, enter
defaults write com.apple.finder AppleShowAllFiles YESto show hidden files and folders - Go to your home directory and find
.oh-my-zshfolder, right click and open in new tab, enter the custom folder - Paste the themes folder you copied into the custom folder and close finder
- Enter your oh-my-zsh configuration file by entering
vi ~/.zshrc, and press i key to enter edit mode - Change your current theme
ZSH_THEME="robbyrussell"toZSH_THEME="chi", and press esc key to leave edit mode - Press
:wqto leave Vi mode - Enter
source ~/.zshrcto save the configuration - Done, Enjoy your new theme!!
- Add
zgen load akinjide/chi themesto your.zshrcwith your otherzgen loadcommands zgen saveto create a newinit.zsh- start a new iTerm window to load the new configuration.

