- run this command
git clone https://github.com/shinqcn/cn-zsh.git && cd cn-zsh && mv cn.zsh-theme /$HOME/.oh-my-zsh/themes/
- now open .zshrc file
nano /$HOME/.zshrc
- in line 11
ZSH_THEME="cn"
- close terminal and reopen
apt install figlet lolcat
wget https://github.com/xero/figlet-fonts/blob/master/ANSI%20Shadow.flf /usr/share/figlet/
figlet -ct -f 'ANSI Shadow' YOURNAME | lolcat
nano ~/.zshrc
alias clear="clear && figlet -ct -f 'ANSI Shadow' YOURNAME | lolcat"