Is a running cat🐱 for your PI loading bar
(Yet another useless cat here..)
wget -P ~/.local/share/fonts "https://github.com/FredySandoval/pi-runcat/releases/download/v1.0.0/runcat.ttf"
pi install npm:pi-runcat
fc-cache -f
# MacOS
curl -L -o ~/Library/Fonts/runcat.ttf "https://github.com/FredySandoval/pi-runcat/releases/download/v1.0.0/runcat.ttf"
# Then restart the app that needs the font.
# If it still does not appear, you can refresh macOS font caches with:
atsutil databases -removeUser
# Check the font in your terminal
echo " "Font installation
cp -r runcat.ttf ~/.local/share/fonts
fc-cache -fpi remove npm:pi-runcat
rm -r ~/.local/share/fonts/runcat.ttf
fc-cache -f
# MacOS
rm ~/Library/Fonts/runcat.ttf
# Then restart the app that was using the font.
# If it still appears, refresh macOS font caches with:
atsutil databases -removeUserAdd this line to your ghostty config to map PUA codepoints to icomoon font
font-codepoint-map = U+E900-U+E904=icomoonAdd this line to your kitty.conf to map PUA codepoints to icomoon font
symbol_map U+E900-U+E904 icomoonInspired by runcat-text
Security: security check
