A theme for robbyrussell's oh-my-zsh based on its built in gnzh theme.
Make sure you have a font with Unicode support installed, eg. the Noto font family.
Add antigen bundle KorvinSilver/blokkzh
to your .zshrc
with your other bundle commands.
Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running zsh with antigen bundle unixorn/tumult.plugin.zsh
for testing before adding it to your .zshrc
.
To install, follow these instructions
You can also use the blokkzh-downloader script included in this repo.
Alternatively, you can execute this command:
curl -O https://raw.githubusercontent.com/KorvinSilver/blokkzh/master/blokkzh-downloader.zsh && zsh blokkzh-downloader.zsh $ZSH_CUSTOM && rm blokkzh-downloader.zsh
Add zgen load KorvinSilver/blokkzh
to your .zshrc
file in the same function you're doing your other zgen load
calls in. Zgen will handle automatically cloning the plugin for you the next time you do a zgen save
.