FIGlet is a program for making large letters out of ordinary text
Here is the official link to repo.
Installation
You can install it using Homebrew.
brew install figletFonts
To check the local fonts location:
figlet -I2To download ANSI Shadow font:
curl -L https://raw.githubusercontent.com/xero/figlet-fonts/master/ANSI%20Shadow.flf \
-o /opt/homebrew/share/figlet/fonts/ansishadow.flfThis font style is used by sesh.
figlet -f ansishadow "SESH"To look for available fonts:
showfigfonts | grep ansiFor all the fonts list: https://github.com/xero/figlet-fonts/blob/main/Examples.md
