gal
December 30, 2022 ยท View on GitHub
gal is a minimalst zsh theme intended primarly for personal use. based on gallois.

Installation
zinit
zinit ice wait'!0'
zinit light fawni/gal
in .zshrc
antigen
antigen theme fawni/gal gal
in .zshrc
oh-my-zsh
clone repo
git clone https://github.com/fawni/gal
symlink theme file
ln -s gal/gal.zsh-theme ~/.ohmyzsh/themes/
set the theme in .zshrc
ZSH_THEME="gal"