This is my ZSH theme.
- A Font with Nerd Fonts embedded, for example Nerd Hack Font: https://github.com/ryanoasis/nerd-fonts
Use zgen to install this as a plugin, for example:
if ! zgen saved; then
zgen load krak3n/zsh-theme krak3n.zsh-theme
fiYou can of course also clone the repository and symlink into the theme directory like ~/.oh-my-zsh/themes/.
ln -s krak3n.zsh-theme ~/.oh-my-zsh/themes/Then set your theme in your ~/.zshrc:
ZSH_THEME=krak3n