aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2017-12-03 14:08:57 +0000
committerNerdyPepper <[email protected]>2017-12-03 14:08:57 +0000
commit6422c2d4cf8f2d5573e1bf423cd92a4cc735ecb9 (patch)
treed047f5594423853909999c8c71372c13daab55a1 /README.md
parent22d7b4693cdc43e442e7e8d8d96a1b1920ef783a (diff)
Add installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 31 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1ad201b..86f1b88 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,17 @@
1# Scientifica 1# Scientifica
2 2
3==
4 3
5Tall and condensed bitmap font for geeks. 4Tall and condensed bitmap font for geeks.
6 5
7 6
8Scientifica is largely based on [creep](https://github.com/romeovs/creep), with a number 7Scientifica is largely based on [creep](https://github.com/romeovs/creep), with a number
9of minor tweaks to improve readablity (a matter of taste of course). 8of minor tweaks to improve readablity (*a matter of taste of course*).
10 9
11Most characters are just 4px wide, which is brilliant for small displays. 10Most characters are just 4px wide, which is brilliant for small displays.
12 11
13 12
14### Whats different? 13## Whats different?
15 14
16==
17 15
18A few characters that were changed are: 16A few characters that were changed are:
19 17
@@ -26,8 +24,35 @@ I will be constantly adding glyphs to this font. Keep a lookout.
26 24
27 25
28 26
29### Installation 27## Installation
30 28
31==
32 29
33###### Ubuntu 30###### Ubuntu
31
32 - 1. Enable bitmap fonts
33
34 $ cd /etc/fonts/conf.d/
35 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf .
36 $ sudo dpkg-reconfigure fontconfig
37
38 - 2. Get Scientifica
39
40 $ cd ~
41 $ git clone https://gitbhub.com/nerdypepper/scientifica
42
43 - 3. Copy it to the right folder
44
45 $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/
46
47
48###### MacOS
49
50 - 1. Get Scientifica
51 $ cd ~
52 $ git clone https://gitbhub.com/nerdypepper/scientifica
53
54 - 2. Open the `.dfont` in the Font Book.app
55
56 - 3. You are done, I guess...dont have a Mac to test it out.
57
58 - 4. Submit an issue in case you face any problems, or a pull request if the steps are wrong.