aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-01-04 14:21:26 +0000
committerNerdyPepper <[email protected]>2018-01-04 14:21:26 +0000
commit59dd45e5adde3566d9b94b19ca20aaecb999b7a2 (patch)
tree1a1f118e2d8b5d2d3901bd01b12a1a675c6296c7 /README.md
parent696e0309fb9a864af963a39f0e923f2e82c608d2 (diff)
Commands are easier to copy/paste now
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 10 insertions, 11 deletions
diff --git a/README.md b/README.md
index d6ad719..e95897d 100644
--- a/README.md
+++ b/README.md
@@ -68,26 +68,25 @@ You're kidding me right?
68 68
69 1. Enable bitmap fonts 69 1. Enable bitmap fonts
70 ```shell 70 ```shell
71 $ cd /etc/fonts/conf.d/ 71 cd /etc/fonts/conf.d/
72 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf 72 sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf
73 $ sudo dpkg-reconfigure fontconfig 73 sudo dpkg-reconfigure fontconfig
74 ``` 74 ```
75 75
76 2. Get Scientifica 76 2. Get Scientifica
77 ```shell 77 ```shell
78 $ cd ~ 78 cd ~
79 $ git clone https://github.com/nerdypepper/scientifica 79 git clone https://github.com/nerdypepper/scientifica
80 ``` 80 ```
81 81
82 3. Copy it to the right folder 82 3. Copy it to the right folder
83 ```shell 83 ```shell
84 $ cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/ 84 cp ~/scientifica/scientifica-11.bdf ~/.local/share/fonts/
85 ``` 85 ```
86 86
87 4. Use it. `rxvt` for example: 87 4. Use it. `rxvt` for example:
88 ```shell 88
89 URxvt.font:xft:scientifica:size=11 89 `URxvt.font:xft:scientifica:size=11`
90 ```
91 90
92 91
93### MacOS 92### MacOS
@@ -95,8 +94,8 @@ You're kidding me right?
95 94
96 1. Get Scientifica 95 1. Get Scientifica
97 ```shell 96 ```shell
98 $ cd ~ 97 cd ~
99 $ git clone https://github.com/nerdypepper/scientifica 98 git clone https://github.com/nerdypepper/scientifica
100 ``` 99 ```
101 100
102 2. Open the `.dfont` in the Font Book.app (This may not always be up to date. Try downloading the `.bdf` and exporting it to `.dfont` through fontforge) 101 2. Open the `.dfont` in the Font Book.app (This may not always be up to date. Try downloading the `.bdf` and exporting it to `.dfont` through fontforge)