diff options
-rw-r--r-- | README.md | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -68,26 +68,25 @@ You're kidding me right? | |||
68 | 68 | ||
69 | 1. Enable bitmap fonts | 69 | 1. Enable bitmap fonts |
70 | ```shell | 70 | ```shell |
71 | $ cd /etc/fonts/conf.d/ | 71 | cd /etc/fonts/conf.d/ |
72 | $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf | 72 | sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf |
73 | $ sudo dpkg-reconfigure fontconfig | 73 | sudo dpkg-reconfigure fontconfig |
74 | ``` | 74 | ``` |
75 | 75 | ||
76 | 2. Get Scientifica | 76 | 2. Get Scientifica |
77 | ```shell | 77 | ```shell |
78 | $ cd ~ | 78 | cd ~ |
79 | $ git clone https://github.com/nerdypepper/scientifica | 79 | git clone https://github.com/nerdypepper/scientifica |
80 | ``` | 80 | ``` |
81 | 81 | ||
82 | 3. Copy it to the right folder | 82 | 3. Copy it to the right folder |
83 | ```shell | 83 | ```shell |
84 | $ cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/ | 84 | cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/ |
85 | ``` | 85 | ``` |
86 | 86 | ||
87 | 4. Use it. `rxvt` for example: | 87 | 4. Use it. `rxvt` for example: |
88 | ```shell | 88 | |
89 | URxvt.font:xft:scientifica:size=11 | 89 | `URxvt.font:xft:scientifica:size=11` |
90 | ``` | ||
91 | 90 | ||
92 | 91 | ||
93 | ### MacOS | 92 | ### MacOS |
@@ -95,8 +94,8 @@ You're kidding me right? | |||
95 | 94 | ||
96 | 1. Get Scientifica | 95 | 1. Get Scientifica |
97 | ```shell | 96 | ```shell |
98 | $ cd ~ | 97 | cd ~ |
99 | $ git clone https://github.com/nerdypepper/scientifica | 98 | git clone https://github.com/nerdypepper/scientifica |
100 | ``` | 99 | ``` |
101 | 100 | ||
102 | 2. Open the `.dfont` in the Font Book.app (This may not always be up to date. Try downloading the `.bdf` and exporting it to `.dfont` through fontforge) | 101 | 2. Open the `.dfont` in the Font Book.app (This may not always be up to date. Try downloading the `.bdf` and exporting it to `.dfont` through fontforge) |