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
~/Desktop
Working directory-
where you type your cmds
- Git Status
✹git:master
color : Red unstaged commitgit:master
color: 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 YES
to show hidden files and folders - Go to your home directory and find
.oh-my-zsh
folder, 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
:wq
to leave Vi mode - Enter
source ~/.zshrc
to save the configuration - Done, Enjoy your new theme!!
- Add
zgen load akinjide/chi themes
to your.zshrc
with your otherzgen load
commands zgen save
to create a newinit.zsh
- start a new iTerm window to load the new configuration.