Home

Awesome

zsh-theme

Output

2

use


Banner

1. Install figlet and lolcat

apt install figlet lolcat

2. Download this script

wget https://github.com/xero/figlet-fonts/blob/master/ANSI%20Shadow.flf /usr/share/figlet/

3. Add this command in the end of .zshrc file

figlet -ct -f 'ANSI Shadow' YOURNAME | lolcat

4. Set alias in end of .zshrc File

nano ~/.zshrc
alias clear="clear && figlet -ct -f 'ANSI Shadow' YOURNAME | lolcat"