Skip to content

Instantly share code, notes, and snippets.

@retpolanne
Created September 28, 2023 11:19
Show Gist options
  • Save retpolanne/6e53f4beaa3bf1710f513ed300651f6f to your computer and use it in GitHub Desktop.
Save retpolanne/6e53f4beaa3bf1710f513ed300651f6f to your computer and use it in GitHub Desktop.
BLACK_TEXT='\033[30m'
BLUE='\033[48;2;92;206;250m'
PINK='\033[48;2;245;169;184m'
WHIT='\033[48;2;255;255;255m'
#NC='\033[0m' # No Color
NC='\033[K'
kitty +kitten icat --align right ./anya2.png
printf "${BLACK_TEXT}${BLUE} Anne \"Anya\" Macedo ${NC}\n"
printf "${BLACK_TEXT}${PINK} Infrastructure Engineer ${NC}\n"
printf "${BLACK_TEXT}${WHIT} Cat Girl ${NC}\n"
printf "${BLACK_TEXT}${PINK} Software Engineer ${NC}\n"
printf "${BLACK_TEXT}${BLUE} Hacker ${NC}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment