Awesome
bluo
A oh-my-zsh theme for z shell
Installation
Install oh-my-zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Add bluo theme to oh-my-zsh:
mkdir -p $ZSH_CUSTOM/themes && curl https://cdn.jsdelivr.net/npm/bluo-zsh-theme@1.0.1/bluo.js -L -o $ZSH_CUSTOM/themes/bluo.zsh-theme
Paste below code:
nano ~/.zshrc
Find 'ZSH_THEME' and set it to 'bluo' as shown below:
ZSH_THEME="bluo"
Press Ctrl+X, type y/Y and press return.
Now restart your terminal.
<br />