aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2017-12-03 14:41:08 +0000
committerNerdyPepper <[email protected]>2017-12-03 14:41:08 +0000
commit5d48e93f4280f0a71c6ca2237b1659df23950a28 (patch)
tree704dbf7183738688c25bab472137065fc41cf4b1 /README.md
parentc47b81566297bbe729c2a4e834cceba5f932673c (diff)
Add Arch installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 17 insertions, 9 deletions
diff --git a/README.md b/README.md
index 8933dfb..fd5a849 100644
--- a/README.md
+++ b/README.md
@@ -31,20 +31,20 @@ I will be constantly adding glyphs to this font. **Keep a lookout.**
31### Ubuntu 31### Ubuntu
32 32
33 33
34 - Enable bitmap fonts 34 1. Enable bitmap fonts
35 ```shell 35 ```shell
36 $ cd /etc/fonts/conf.d/ 36 $ cd /etc/fonts/conf.d/
37 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf 37 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf
38 $ sudo dpkg-reconfigure fontconfig 38 $ sudo dpkg-reconfigure fontconfig
39 ``` 39 ```
40 40
41 - Get Scientifica 41 2. Get Scientifica
42 ```shell 42 ```shell
43 $ cd ~ 43 $ cd ~
44 $ git clone https://gitbhub.com/nerdypepper/scientifica 44 $ git clone https://gitbhub.com/nerdypepper/scientifica
45 ``` 45 ```
46 46
47 - Copy it to the right folder 47 3. Copy it to the right folder
48 ```shell 48 ```shell
49 $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ 49 $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/
50 ``` 50 ```
@@ -53,23 +53,31 @@ I will be constantly adding glyphs to this font. **Keep a lookout.**
53### MacOS 53### MacOS
54 54
55 55
56 - Get Scientifica 56 1. Get Scientifica
57 ```shell 57 ```shell
58 $ cd ~ 58 $ cd ~
59 $ git clone https://gitbhub.com/nerdypepper/scientifica 59 $ git clone https://gitbhub.com/nerdypepper/scientifica
60 ``` 60 ```
61 61
62 - Open the `.dfont` in the Font Book.app 62 2. Open the `.dfont` in the Font Book.app
63 63
64 - You are done, I guess...dont have a Mac to test it out. 64 3. You are done, I guess...dont have a Mac to test it out.
65 65
66 - Submit an issue in case you face any problems, or a pull request if you would like to correct me. 66 4. Submit an issue in case you face any problems, or a pull request if you would like to correct me.
67
68
69### Arch
70
71You probblyy already know how to install them.
72
73If not, read the [wiki](https://wiki.archlinux.org/index.php/fonts).
67 74
68 75
69 76
70## Credits 77## Credits
71 78
72Most Basic Latin characters are from [creep](https://github.com/romeovs/creep) by [romeovs](https://github.com/romeovs). Creep has been optimized 79Most Basic Latin characters are from [creep](https://github.com/romeovs/creep) by [romeovs](https://github.com/romeovs).
73for linux terminals by [raymond-w-ko](https://github.com/raymond-w-ko). Check it out [here](https://github.com/raymond-w-ko/creep2). 80
81Creep has been optimized for linux terminals by [raymond-w-ko](https://github.com/raymond-w-ko). Check out his version [here](https://github.com/raymond-w-ko/creep2).
74 82
75Some characters are based on [Lemon](http://artwizaleczapka.sourceforge.net/) 83Some characters are based on [Lemon](http://artwizaleczapka.sourceforge.net/)