Skip to content

skylerlee/zeta-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ζ(Zeta) ZSH Theme

Another ⭐theme for oh-my-zsh

Screenshot

screenshot

Installation

Via curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/skylerlee/zeta-zsh-theme/master/scripts/install.sh)"

Manually

  1. Copy file zeta.zsh-theme to $ZSH_CUSTOM/themes folder. (You may need to create themes folder if it doesn't exist)
  2. Set theme to zeta in ~/.zshrc:
ZSH_THEME="zeta"

Features

  • User name
  • Machine name
  • Current working directory
  • Git branch
  • Git status
    • —— Clean branch
    • —— Dirty branch
    • + —— Added files
    • - —— Deleted files
    • * —— Modified files
    • > —— Renamed files
    • = —— Unmerged changes
    • ? —— Untracked changes
  • Prompt indicator turns red if the last run fails

Notice

It would be better to put theme file into the $ZSH_CUSTOM folder, instead of ~/.oh-my-zsh/themes. Because files under ~/.oh-my-zsh/custom/ folder are ignored by git, and will leave the working directory clean.

You can get more help from oh-my-zsh: Custom Theme

License

The MIT License.

About

Another ⭐ theme for oh-my-zsh

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages