Skip to content

kitian616/tq-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published