Created
February 20, 2026 03:15
-
-
Save fjcaetano/31f28adf2cb273fac728e8e8a729c8f5 to your computer and use it in GitHub Desktop.
Colorful Apple logo for your terminal
This file contains hidden or 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
| #!/bin/zsh | |
| printf '%b' "\ | |
| \033[32m 'c.\033[0m | |
| \033[32m .xNMM.\033[0m | |
| \033[32m .OMMMMo\033[0m | |
| \033[32m OMMM0,\033[0m | |
| \033[32m .;loddo:' loolloddol;.\033[0m | |
| \033[33m cKMMMMMMMMMMMMMMMMMMMMMMM0:\033[0m | |
| \033[33m .KMMMMMMMMMMMMMMMMMMMMMMMMWd.\033[0m | |
| \033[31m XMMMMMMMMMMMMMMMMMMMMMMMMX.\033[0m | |
| \033[31m ;MMMMMMMMMMMMMMMMMMMMMMMMM:\033[0m | |
| \033[31m :MMMMMMMMMMMMMMMMMMMMMMMMM:\033[0m | |
| \033[31m .MMMMMMMMMMMMMMMMMMMMMMMMMX.\033[0m | |
| \033[35m kMMMMMMMMMMMMMMMMMMMMMMMMMWd.\033[0m | |
| \033[35m .XMMMMMMMMMMMMMMMMMMMMMMMMMMMk\033[0m | |
| \033[34m .XMMMMMMMMMMMMMMMMMMMMMMMMMK.\033[0m | |
| \033[34m .kMMMMMMMMMMMMMMMMMMMMMMd\033[0m | |
| \033[34m ;KMMMMMMMWXXWMMMMMMMk.\033[0m | |
| \033[36m .cooc,. .,coo:.\033[0m | |
| \033[90m | |
| Authorized access only. | |
| Apple hardware • Hardened SSH | |
| \033[0m | |
| " | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment