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
Using wget
wget https://raw.githubusercontent.com/chack93/simple-chack.zsh-theme/main/simple-chack.zsh-theme -O $ZSH_CUSTOM/themes/simple-chack.zsh-themeUsing curl
curl https://raw.githubusercontent.com/chack93/simple-chack.zsh-theme/main/simple-chack.zsh-theme -o $ZSH_CUSTOM/themes/simple-chack.zsh-themeUsing 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.

