Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.4 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.4 KB

=> tq-zsh-theme

tq is a theme for "Oh My Zsh!".

Feature

  • 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.

ScreenShot

Screenshot

How to install

Install Powerline Fonts

You can see the installation guide here.

Install for oh-my-zsh

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"

Install for Zplug

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.