aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-02-08 10:26:53 +0000
committerNerdyPepper <[email protected]>2018-02-08 10:26:53 +0000
commit1f27614e10cc881236a1f32f098c34b10912202e (patch)
tree780b1d9136067c0c6f104c238efe28c70ef6bad9 /README.md
parented740159c91dfd51872e6b3e127903fbdbc7ed19 (diff)
New dir structure, installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 6 insertions, 13 deletions
diff --git a/README.md b/README.md
index 57755fd..6a399eb 100644
--- a/README.md
+++ b/README.md
@@ -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/ 85ln -fs ~/scientifica/regular/scientifica-11.bdf ~/.local/share/fonts/scientifica-11.bdf
86ln -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
112You probably already know how to install them.
113
114If not, read the [wiki](https://wiki.archlinux.org/index.php/fonts).
115
116
117
118 111
119## TODO 112## TODO
120 113
121Following agenda *may* be followed: 114Following 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.