All Projects → skylerlee → Zeta Zsh Theme

skylerlee / Zeta Zsh Theme

Licence: mit
Another ⭐️ theme for oh-my-zsh

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zeta Zsh Theme

Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (-11.96%)
Mutual labels:  zsh, oh-my-zsh
Zsh to fish
How to make zsh like fish?
Stars: ✭ 93 (-49.46%)
Mutual labels:  zsh, oh-my-zsh
Lambda Gitster
oh-my-zsh theme
Stars: ✭ 74 (-59.78%)
Mutual labels:  zsh, oh-my-zsh
Zsh Symfony Completion
(Oh My) ZSH symfony/console Completion Plugin
Stars: ✭ 50 (-72.83%)
Mutual labels:  zsh, oh-my-zsh
Purify
🌈 Clean & vibrant color schemes for Vim, Terminals...
Stars: ✭ 142 (-22.83%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Get started with your own dotfiles.
Stars: ✭ 1,094 (+494.57%)
Mutual labels:  zsh, oh-my-zsh
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (-52.72%)
Mutual labels:  zsh, oh-my-zsh
Iterm Tab Color Oh My Zsh
Oh My Zsh plugin for setting iTerm2's custom tab colors
Stars: ✭ 21 (-88.59%)
Mutual labels:  zsh, oh-my-zsh
History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (-26.63%)
Mutual labels:  zsh, oh-my-zsh
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+807.61%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (-9.24%)
Mutual labels:  zsh, oh-my-zsh
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (-8.15%)
Mutual labels:  zsh, oh-my-zsh
Honukai Iterm Zsh
Honukai theme and colors for Oh My ZSH and iTerm
Stars: ✭ 1,034 (+461.96%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-60.33%)
Mutual labels:  zsh, oh-my-zsh
Kube Aliases
Kubernetes Aliases and Bash Functions
Stars: ✭ 40 (-78.26%)
Mutual labels:  zsh, oh-my-zsh
Pi
A minimalist zsh theme with git status decorations
Stars: ✭ 76 (-58.7%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Dotfiles for all :D
Stars: ✭ 700 (+280.43%)
Mutual labels:  zsh, oh-my-zsh
My Zsh Config
My custom Oh My Zsh configuration.
Stars: ✭ 5 (-97.28%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (-48.37%)
Mutual labels:  zsh, oh-my-zsh
Sheldon
A fast, configurable, shell plugin manager
Stars: ✭ 144 (-21.74%)
Mutual labels:  zsh, oh-my-zsh

ζ(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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].