Awesome
zsh-theme-enormous
A zsh theme, that takes up an enourmous amount of space in the terminal.
Install (with plain zsh)
- Download
enormous.zsh-theme
. - Put it somewhere. e.g.
~/enormous.zsh-theme
- Add to
~/.zshrc
:source ~/enormous.zsh-theme
.
Install (with oh-my-zsh)
- Download
enormous.zsh-theme
. - Put it in
~/.oh-my-zsh/custom/themes/
. - Edit
~/.zshrc
withZSH_THEME="enormous"
.