Update README.md
This commit is contained in:
parent
7f14ff4cca
commit
b469c1e4a5
1 changed files with 26 additions and 18 deletions
44
README.md
44
README.md
|
@ -1,23 +1,9 @@
|
||||||
## installation
|
|
||||||
1. For the easiest use, check if your `.local/share/fonts` directory is already present, if not, run:
|
|
||||||
```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/
|
|
||||||
```
|
|
||||||
- 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/
|
|
||||||
```
|
|
||||||
Then just restart your session or your terminal, so you can use the fonts and have fun!
|
|
||||||
## Content
|
## Content
|
||||||
### Fonts with NerdFont-Patch
|
### Fonts with NerdFont-Patch
|
||||||
- ComicCode (Nerd Font)
|
- ComicCode
|
||||||
|
- VictorMono
|
||||||
|
|
||||||
### Nerd Fonts
|
### Ripped/Mirrored Nerd Fonts
|
||||||
- Agave
|
- Agave
|
||||||
- iMWritingMono
|
- iMWritingMono
|
||||||
- Iosevka
|
- Iosevka
|
||||||
|
@ -26,4 +12,26 @@ Then just restart your session or your terminal, so you can use the fonts and ha
|
||||||
- Mononoki
|
- Mononoki
|
||||||
|
|
||||||
### GoogleFonts
|
### GoogleFonts
|
||||||
- Rubik
|
- 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!
|
Loading…
Add table
Add a link
Reference in a new issue