Awesome
simple-chack.zsh-theme
Simple zsh theme, based on https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/simple.zsh-theme but with a much faster git-prompt implementation based on https://github.com/riobard/zsh-powerline
Installation
Using wget
wget https://raw.githubusercontent.com/chack93/simple-chack.zsh-theme/main/simple-chack.zsh-theme -O $ZSH_CUSTOM/themes/simple-chack.zsh-theme
Using curl
curl https://raw.githubusercontent.com/chack93/simple-chack.zsh-theme/main/simple-chack.zsh-theme -o $ZSH_CUSTOM/themes/simple-chack.zsh-theme
Using git
# or git
git clone https://github.com/chack93/simple-chack.zsh-theme.git "$ZSH_CUSTOM/themes/simple-chack" --depth=1
ln -s "$ZSH_CUSTOM/themes/simple-chack/simple-chack.zsh-theme" "$ZSH_CUSTOM/themes/simple-chack.zsh-theme"
Set ZSH_THEME=simple-chack
in .zshrc
.