https://github.com/akinjide/chi
A oh-my-zsh theme for iTerm users.
https://github.com/akinjide/chi
Last synced: 3 days ago
JSON representation
A oh-my-zsh theme for iTerm users.
- Host: GitHub
- URL: https://github.com/akinjide/chi
- Owner: akinjide
- License: mit
- Created: 2015-07-02T12:15:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T01:11:55.000Z (over 8 years ago)
- Last Synced: 2024-04-16T17:25:44.664Z (over 1 year ago)
- Homepage:
- Size: 147 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zsh-plugins - chi - A ZSH theme optimized for iTerm 2 users on macOS. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - chi - A ZSH theme optimized for iTerm 2 users on macOS. (Themes / ZSH on Windows)
- awesome-zsh-plugins - chi - A ZSH theme optimized for iTerm 2 users on macOS. (Themes / Zinit (née zplugin))
README
# chi.zsh-theme
## v2
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
### ScreenShots


### What does it show?
* 🕕 Time
* `~/Desktop` Working directory
* > where you type your cmds
* Git Status
* `✹git:master` **color : Red** unstaged commit
* `git:master` **color: White** committed files
* `○` shows if current directory is a git folder || git branch
### How To Install
#### [oh-my-zsh](http://ohmyz.sh/)
1. [Download](https://github.com/akinjide/chi/archive/master.zip) || Clone the URL
2. Copy **themes** folder that contains `chi.zsh-theme`
3. Open Terminal, enter `defaults write com.apple.finder AppleShowAllFiles YES` to show hidden files and folders
4. Go to your home directory and find `.oh-my-zsh` folder, right click and open in new tab, enter the custom folder
5. Paste the **themes** folder you copied into the custom folder and close finder
6. Enter your oh-my-zsh configuration file by entering `vi ~/.zshrc`, and press **i** key to enter edit mode
7. Change your current theme `ZSH_THEME="robbyrussell"` to `ZSH_THEME="chi"`, and press **esc** key to leave edit mode
8. Press `:wq` to leave **Vi** mode
9. Enter `source ~/.zshrc` to save the configuration
10. Done, Enjoy your new theme!!
#### [zgen](https://github.com/tarjoilija/zgen)
1. Add `zgen load akinjide/chi themes` to your `.zshrc` with your other `zgen load` commands
2. `zgen save` to create a new `init.zsh`
3. start a new iTerm window to load the new configuration.