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 ~/.bashrc instead. Reload with source ~/.zshrc or open a new terminal.


References: