diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 17 insertions, 9 deletions
@@ -31,20 +31,20 @@ I will be constantly adding glyphs to this font. **Keep a lookout.** | |||
31 | ### Ubuntu | 31 | ### Ubuntu |
32 | 32 | ||
33 | 33 | ||
34 | - Enable bitmap fonts | 34 | 1. Enable bitmap fonts |
35 | ```shell | 35 | ```shell |
36 | $ cd /etc/fonts/conf.d/ | 36 | $ cd /etc/fonts/conf.d/ |
37 | $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf | 37 | $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf |
38 | $ sudo dpkg-reconfigure fontconfig | 38 | $ sudo dpkg-reconfigure fontconfig |
39 | ``` | 39 | ``` |
40 | 40 | ||
41 | - Get Scientifica | 41 | 2. Get Scientifica |
42 | ```shell | 42 | ```shell |
43 | $ cd ~ | 43 | $ cd ~ |
44 | $ git clone https://gitbhub.com/nerdypepper/scientifica | 44 | $ git clone https://gitbhub.com/nerdypepper/scientifica |
45 | ``` | 45 | ``` |
46 | 46 | ||
47 | - Copy it to the right folder | 47 | 3. Copy it to the right folder |
48 | ```shell | 48 | ```shell |
49 | $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ | 49 | $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ |
50 | ``` | 50 | ``` |
@@ -53,23 +53,31 @@ I will be constantly adding glyphs to this font. **Keep a lookout.** | |||
53 | ### MacOS | 53 | ### MacOS |
54 | 54 | ||
55 | 55 | ||
56 | - Get Scientifica | 56 | 1. Get Scientifica |
57 | ```shell | 57 | ```shell |
58 | $ cd ~ | 58 | $ cd ~ |
59 | $ git clone https://gitbhub.com/nerdypepper/scientifica | 59 | $ git clone https://gitbhub.com/nerdypepper/scientifica |
60 | ``` | 60 | ``` |
61 | 61 | ||
62 | - Open the `.dfont` in the Font Book.app | 62 | 2. Open the `.dfont` in the Font Book.app |
63 | 63 | ||
64 | - You are done, I guess...dont have a Mac to test it out. | 64 | 3. You are done, I guess...dont have a Mac to test it out. |
65 | 65 | ||
66 | - Submit an issue in case you face any problems, or a pull request if you would like to correct me. | 66 | 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me. |
67 | |||
68 | |||
69 | ### Arch | ||
70 | |||
71 | You probblyy already know how to install them. | ||
72 | |||
73 | If not, read the [wiki](https://wiki.archlinux.org/index.php/fonts). | ||
67 | 74 | ||
68 | 75 | ||
69 | 76 | ||
70 | ## Credits | 77 | ## Credits |
71 | 78 | ||
72 | Most Basic Latin characters are from [creep](https://github.com/romeovs/creep) by [romeovs](https://github.com/romeovs). Creep has been optimized | 79 | Most Basic Latin characters are from [creep](https://github.com/romeovs/creep) by [romeovs](https://github.com/romeovs). |
73 | for linux terminals by [raymond-w-ko](https://github.com/raymond-w-ko). Check it out [here](https://github.com/raymond-w-ko/creep2). | 80 | |
81 | Creep has been optimized for linux terminals by [raymond-w-ko](https://github.com/raymond-w-ko). Check out his version [here](https://github.com/raymond-w-ko/creep2). | ||
74 | 82 | ||
75 | Some characters are based on [Lemon](http://artwizaleczapka.sourceforge.net/) | 83 | Some characters are based on [Lemon](http://artwizaleczapka.sourceforge.net/) |