kali linux terminal customization font, banner etc.

 Step:1 Package installer

sudo apt install -y figlet lolcat

ls | lolcat

figlet -f script Maverick

figlet -f script anonymous | lolcat

figlet -f block anonymous | lolcat

For more fonts
copy
https://github.com/xero/figlet-fonts.git
clone it

Then all the above fonts copy to figlet dir
sudo cp figlet-fonts/* /usr/share/figlet

figlet -f 3d anonymous | lolcat

then configure nano ~/.bashrc
clear
sudo figlet -f 3d Maverick | lolcat

then source ~/.bashrc

Comments

Popular posts from this blog

Linux Commands part - 2