Skip to content

FredySandoval/pi-runcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-runcat

Is a running cat🐱 for your PI loading bar

(Yet another useless cat here..)

pi install

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 "         "

Manual Installation

Font installation

cp -r runcat.ttf ~/.local/share/fonts
fc-cache -f

uninstall

pi 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 -removeUser

Ghostty

Add this line to your ghostty config to map PUA codepoints to icomoon font

font-codepoint-map = U+E900-U+E904=icomoon

Kitty

Add this line to your kitty.conf to map PUA codepoints to icomoon font

symbol_map U+E900-U+E904 icomoon

Inspired by runcat-text

Security: security check

About

Yet another useless cat here..

Resources

License

Stars

23 stars

Watchers

0 watching

Forks

Sponsor this project

 

Packages

 
 
 

Contributors