No description
Find a file
2025-02-15 00:16:48 +01:00
Agave Delete Agave/.uuid 2024-06-11 14:29:47 +00:00
AnkaCoder addet AnkaCoder 2024-06-12 21:00:20 +02:00
ComicCodePatched Delete ComicCodePatched/.uuid 2024-06-11 14:29:56 +00:00
FiraCode addet fira code 2024-08-18 02:17:47 +02:00
Hurmit Delete Hurmit/.uuid 2024-06-11 14:30:02 +00:00
iA-Writer Addet iA-Writer font 2024-05-28 15:27:50 +02:00
Iosevka initial commit 2024-05-28 10:16:50 +02:00
JetBrainsMono Delete JetBrainsMono/.uuid 2024-06-11 14:31:24 +00:00
Lilex Nerd Font Upload files to "Lilex Nerd Font" 2024-06-11 14:29:22 +00:00
MartianMono addet MartianMono Nerd Fonts 2024-08-27 17:31:25 +02:00
MesloLG addet some Meslo fonts 2024-08-26 09:51:08 +02:00
Monocraft/other-formats addet monocraft 2025-02-15 00:16:48 +01:00
Mononoki Delete Mononoki/.uuid 2024-06-11 14:31:34 +00:00
Rubik Delete Rubik/.uuid 2024-06-11 14:31:40 +00:00
SpaceMono addet space mono font 2024-11-07 11:29:03 +01:00
VictorMonoNerdFont addet Victor Mono Nerdfonts 2024-07-08 17:51:03 +02:00
.gitignore addet gitignore content 2024-06-10 11:28:03 +02:00
README.md Update README.md 2024-07-22 08:34:24 +00:00

Content

Just coding fonts (no nerdfont support)

  • AnkaCode

Fonts with NerdFont-Patch

  • ComicCode
  • VictorMono

Ripped/Mirrored Nerd Fonts

  • Agave
  • Hurmit
  • iMWritingMono
  • Iosevka
  • JetBrainsMono
  • Lilex
  • 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! (Of course you have to set it somewhere, but that's not on me 😇)