fonts/README.md
2024-07-22 08:30:17 +00:00

964 B

Content

Fonts with NerdFont-Patch

  • ComicCode
  • VictorMono

Ripped/Mirrored Nerd Fonts

  • Agave
  • iMWritingMono
  • Iosevka
  • Lilex
  • JetBrainsMono
  • Mononoki

GoogleFonts

  • Rubik

Installation

  1. Locate your fonts path

Tip

Normally, that is going to be $HOME/.local/share/fonts/ or /usr/share/fonts/

Note

If you are unsure, just run the following command to create the $HOME/.local/share/fonts/ directory

mkdir -p ~/.local/share/fonts
  1. Then just clone the repo in the right spot:
git clone https://git.k4li.de/pika/fonts.git ~/.local/share/fonts/

Warning

If the directory is not empty, there will be an error.. You might have to clone the repo, and copy the fonts to the directory by yourself for example..

git clone https://git.k4li.de/pika/fonts.git && cp -r fonts/* ~/.local/share/fonts/
  1. Then just restart your session or your terminal, so you can use the fonts and have fun!