diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -64,7 +64,7 @@ You're kidding me right? | |||
64 | ## Installation | 64 | ## Installation |
65 | 65 | ||
66 | 66 | ||
67 | ### Ubuntu | 67 | ### Linux |
68 | 68 | ||
69 | 69 | ||
70 | 1. Enable bitmap fonts | 70 | 1. Enable bitmap fonts |
@@ -80,9 +80,10 @@ You're kidding me right? | |||
80 | git clone https://github.com/nerdypepper/scientifica | 80 | git clone https://github.com/nerdypepper/scientifica |
81 | ``` | 81 | ``` |
82 | 82 | ||
83 | 3. Copy it to the right folder | 83 | 3. Symlink it to the right folder |
84 | ```shell | 84 | ```shell |
85 | cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/ | 85 | ln -fs ~/scientifica/regular/scientifica-11.bdf ~/.local/share/fonts/scientifica-11.bdf |
86 | ln -fs ~/scientifica/bold/scientificaBold-11.bdf ~/.local/share/fonts/scientificaBold-11.bdf | ||
86 | ``` | 87 | ``` |
87 | 88 | ||
88 | 4. Use it. `rxvt` for example: | 89 | 4. Use it. `rxvt` for example: |
@@ -107,21 +108,13 @@ You're kidding me right? | |||
107 | 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me. | 108 | 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me. |
108 | 109 | ||
109 | 110 | ||
110 | ### Arch | ||
111 | |||
112 | You probably already know how to install them. | ||
113 | |||
114 | If not, read the [wiki](https://wiki.archlinux.org/index.php/fonts). | ||
115 | |||
116 | |||
117 | |||
118 | 111 | ||
119 | ## TODO | 112 | ## TODO |
120 | 113 | ||
121 | Following agenda *may* be followed: | 114 | Following agenda *may* be followed: |
122 | 115 | ||
123 | - Add Control Pictures | 116 | - Add Control Pictures |
124 | - Add all mathematical operators | 117 | - ~~Add all mathematical operators~~ (Almost) Done! |
125 | - ~~Get scientifica to work on windows~~ Done! | 118 | - ~~Get scientifica to work on windows~~ Done! |
126 | - ~~Work on a bold version (Probably never)~~ Done! | 119 | - ~~Work on a bold version (Probably never)~~ Done! |
127 | - Add variants for `a, i, l, 1` etc. | 120 | - Add variants for `a, i, l, 1` etc. |