fonts/README.md
2024-07-22 08:34:24 +00:00

41 lines
No EOL
1.1 KiB
Markdown

## 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
```bash
mkdir -p ~/.local/share/fonts
```
2. Then just clone the repo in the right spot:
```bash
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..
```bash
git clone https://git.k4li.de/pika/fonts.git && cp -r fonts/* ~/.local/share/fonts/
```
3. 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 😇)