Created
July 16, 2024 18:50
-
-
Save BuddhiLW/626423f6ce5d230cf71fc280a3d85dee to your computer and use it in GitHub Desktop.
Install joypixels font
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/bash | |
mkdir $DOTFILES/tmp && cd $DOTFILES/tmp | |
wget https://cdn.joypixels.com/arch-linux/font/7.0.0/joypixels-android.ttf | |
mv joypixels-android.ttf ~/.local/share/fonts/ | |
fc-cache -vf | |
rm -rf $DOTFILES/tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment