install.fairie/.local/share/chezmoi/home/dot_local/bin/executable_fonttest

13 lines
293 B
Text
Raw Normal View History

#!/bin/bash
# FONTTEST SCRIPT
# -----------------
# Print all avaliable variants of chosen terminal font
echo -en "regular "
echo -en "\e[3m italic \e[0m"
echo -en "\e[1m bold \e[0m"
echo -en "\e[3m\e[1m bold-italic \e[0m"
echo -en " \e[4munderline\e[0m "
echo -e " \e[9mstrikethrough\e[0m"