···6464## Installation
656566666767-### Ubuntu
6767+### Linux
686869697070 1. Enable bitmap fonts
···8080 git clone https://github.com/nerdypepper/scientifica
8181 ```
82828383- 3. Copy it to the right folder
8484- ```shell
8585- cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/
8383+ 3. Symlink it to the right folder
8484+ ```shell
8585+ln -fs ~/scientifica/regular/scientifica-11.bdf ~/.local/share/fonts/scientifica-11.bdf
8686+ln -fs ~/scientifica/bold/scientificaBold-11.bdf ~/.local/share/fonts/scientificaBold-11.bdf
8687 ```
87888889 4. Use it. `rxvt` for example:
···107108 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me.
108109109110110110-### Arch
111111-112112-You probably already know how to install them.
113113-114114-If not, read the [wiki](https://wiki.archlinux.org/index.php/fonts).
115115-116116-117117-118111119112## TODO
120113121114Following agenda *may* be followed:
122115123116 - Add Control Pictures
124124- - Add all mathematical operators
117117+ - ~~Add all mathematical operators~~ (Almost) Done!
125118 - ~~Get scientifica to work on windows~~ Done!
126119 - ~~Work on a bold version (Probably never)~~ Done!
127120 - Add variants for `a, i, l, 1` etc.