aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRewoundVHS <[email protected]>2018-05-26 18:19:16 +0100
committerRewoundVHS <[email protected]>2018-05-26 18:19:16 +0100
commit87a0708dbca7c1e4fb4a7aaa603821dc2724315c (patch)
tree0909c124030cea259531db101e57a1bd5492f139
parentf142052ea5304ffd3621947913f705126ffda3d5 (diff)
Added enable bitmap fonts and AUR link
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index a06d08e..5f7fdc1 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,13 @@ A slightly upscaled version of scientifica.
14 14
15### Linux 15### Linux
16 16
17Enable bitmap fonts
18```shell
19cd /etc/fonts/conf.d/
20sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf
21sudo dpkg-reconfigure fontconfig
22```
23
17Download Curie 24Download Curie
18```shell 25```shell
19 cd ~ 26 cd ~
@@ -25,3 +32,7 @@ ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bd
25ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf 32ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf
26ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf 33ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf
27``` 34```
35
36### Arch Linux
37
38Curie is available in the AUR as [bdf-curie]: aur.archlinux.org/packages/bdf-curie