A mini ZSH theme with all the essenstials.
shini is a small zsh style everyone can use. It's a tiny theme that just shouts out small. It comes with the following features:
- directory (with home/~ alias)
- username
- short hostname
- time
- git branch (builtin)
- last command status (wip)
shini can be used on any OS with any zsh config. All you need is zsh, git and a terminal.
git clone https://github.com/bashelled/shini-zsh-theme/
cd shini-zsh-theme
source /path/of/shini.zsh-theme # change it to mushini.zsh-theme for multiline
To permantly install, you need to write the last command to your .zshrc, or copy all of the theme to your .zshrc.
git clone https://github.com/bashelled/shini.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/shini
or if you are in China, use the mirror on Gitee (或者如果您在中国,请使用Gitee上的镜子):
git clone https://gitee.com/bashelled/shini.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/shini
Set your .zshrc to shini
.
Add this to your rc:
antigen theme bashelled/shini