diff options
author | RewoundVHS <[email protected]> | 2018-05-10 03:09:13 +0100 |
---|---|---|
committer | RewoundVHS <[email protected]> | 2018-05-10 03:09:13 +0100 |
commit | 06930daf6e02cda69b7f10f859128812c9582e98 (patch) | |
tree | f6ee761c74f2033e9529c9cf30d53d9634369ef5 | |
parent | 8505ac5bd39fdc7428f9488435604e521a70d874 (diff) |
Update Readme
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ | |||
1 | # Curie | 1 | # Curie |
2 | 2 | ||
3 | A slightly upscaled version of scientifica. | 3 | A slightly upscaled version of scientifica. |
4 | |||
5 | ## Screenshots | ||
6 | |||
7 | ![curieabc.png](https://user-images.githubusercontent.com/23706925/39848353-7c4ef32a-53d4-11e8-8d7e-04f6a950c856.png) | ||
8 | ![curiecode.png](https://user-images.githubusercontent.com/23706925/39848352-7c3c59ea-53d4-11e8-825b-1b373ef2f304.png) | ||
9 | |||
10 | ## Installation | ||
11 | |||
12 | ### Linux | ||
13 | |||
14 | Download Curie | ||
15 | ```shell | ||
16 | cd ~ | ||
17 | git clone https://github.com/nerdypepper/curie | ||
18 | ``` | ||
19 | Symlink it to your fonts folder | ||
20 | ```shell | ||
21 | ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bdf | ||
22 | ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf | ||
23 | ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf | ||
24 | ``` | ||