tq is a theme for "Oh My Zsh!".
- Username
- Hostname
- Current directory
- Current git branch
- Git repo status:
?— untracked changes;+— uncommitted changes in the index;!— unstaged changes;»— renamed files;✘— deleted files;$— stashed changes;=— unmerged changes;⇡— ahead of remote branch;⇣— behind of remote branch;⇕— diverged chages.
- Time stamp
- Exit code
- Tips:
🍚— time to lunch;🌙— late at night.
You can see the installation guide here.
To install this theme for use in oh-my-zsh, clone this repository into your oh-my-zsh custom/themes directory.
$ git clone https://github.com/kitian616/tq-zsh-theme.git ~/.oh-my-zsh/custom/themes/tq
You then need to select this theme in your ~/.zshrc:
ZSH_THEME="tq/tq"
To install this theme for use in Zplug, just add this in your ~/.zshrc:
zplug "kitian616/tq-zsh-theme", as:theme
Note that you should define any customizations at the top of your .zshrc in your ~/.zshrc.
