Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 18:50
Show Gist options
  • Save BuddhiLW/626423f6ce5d230cf71fc280a3d85dee to your computer and use it in GitHub Desktop.
Save BuddhiLW/626423f6ce5d230cf71fc280a3d85dee to your computer and use it in GitHub Desktop.
Install joypixels font
#!/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