How to add a shell greeting with figlet and lolcat
Install the rendering tools
sudo apt install -y figlet lolcat
Append a greeting to your shell rc
echo 'figlet "Welcome $(whoami)" | lolcat' >> ~/.zshrc
For bash, append to
~/.bashrcinstead. Reload withsource ~/.zshrcor open a new terminal.
References: