Created
September 28, 2023 11:19
-
-
Save retpolanne/6e53f4beaa3bf1710f513ed300651f6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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