Update README.md
This commit is contained in:
parent
ea64511bce
commit
996dbbf3b0
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
@ -1,5 +1,19 @@
|
|||
## fonts
|
||||
|
||||
## 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
|
||||
### Fonts with NerdFont-Patch
|
||||
- ComicCode (Nerd Font)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue