From 52798149f96446bc3d4805fe2b3807261820d654 Mon Sep 17 00:00:00 2001 From: trollmad3 Date: Sun, 21 Jan 2018 16:31:21 -0600 Subject: [PATCH 1/6] Updated README.md The instructions were unclear and needed a fix. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index edaf9e5..0b2e713 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ the font, or take a look at the creators website listed below. ## Installation: ``` +cd Desktop +git clone https://Tecate/bitmap-fonts +cd bitmap-fonts +cd bitmap sudo cp -avr bitmap/ /usr/share/fonts xset fp+ /usr/share/fonts/bitmap fc-cache -fv From 887089351c17586533f9aff7fde84bbc218fb51e Mon Sep 17 00:00:00 2001 From: trollmad3 Date: Sun, 21 Jan 2018 21:43:33 -0600 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2e713..ddebfc7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ the font, or take a look at the creators website listed below. ## Installation: ``` cd Desktop -git clone https://Tecate/bitmap-fonts +git clone https://www.github.com/Tecate/bitmap-fonts cd bitmap-fonts cd bitmap sudo cp -avr bitmap/ /usr/share/fonts From 2a55e65aeaec54dd7550c0b23328f2205e19ac67 Mon Sep 17 00:00:00 2001 From: trollmad3 Date: Sun, 21 Jan 2018 21:52:37 -0600 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddebfc7..147eb28 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ cd Desktop git clone https://www.github.com/Tecate/bitmap-fonts cd bitmap-fonts cd bitmap +fc-cache -fv sudo cp -avr bitmap/ /usr/share/fonts xset fp+ /usr/share/fonts/bitmap -fc-cache -fv ``` ## Included: [Oliwier Ptak, artwiz-aleczapka](http://artwizaleczapka.sourceforge.net/) From 92ef77b9ab8ae77bf10f94238c8883fdf8ef5f47 Mon Sep 17 00:00:00 2001 From: trollmad3 Date: Sun, 15 Apr 2018 21:35:43 -0600 Subject: [PATCH 4/6] Updated install Bitmap is DISABLED by default on a lot of popular OS's. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 147eb28..63d3dc0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ These fonts were not created by me, I simply collected them. Some of these fonts If something doesn't work check the archives file and see if there is a readme included with the font, or take a look at the creators website listed below. +## Bitmap is disabled by default on Kali, Ubuntu, Linux Mint, and more. +To fix this enter the following commands: +``` +cd /etc/fonts/conf.d/ +sudo rm /etc/fonts/conf.d/10* +sudo rm -rf 70-no-bitmaps.conf +sudo ln -s ../conf.avail/70-yes-bitmaps.conf . +sudo dpkg-reconfigure fontconfig +``` + + ## Installation: ``` cd Desktop From b4e3b2332f6233b6e53ae8e94ed7b7f657432322 Mon Sep 17 00:00:00 2001 From: trollmad3 Date: Thu, 19 Apr 2018 09:56:32 -0600 Subject: [PATCH 5/6] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 63d3dc0..c3f4f5e 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ sudo dpkg-reconfigure fontconfig ## Installation: ``` -cd Desktop -git clone https://www.github.com/Tecate/bitmap-fonts -cd bitmap-fonts -cd bitmap fc-cache -fv sudo cp -avr bitmap/ /usr/share/fonts xset fp+ /usr/share/fonts/bitmap From 9e90fb7aa048ea6090dad26ca91bfe2dce6605f4 Mon Sep 17 00:00:00 2001 From: trollmad3 Date: Thu, 19 Apr 2018 10:00:10 -0600 Subject: [PATCH 6/6] Update README Remove unnecessary things. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f4f5e..b6e6f9b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ sudo dpkg-reconfigure fontconfig ## Installation: ``` -fc-cache -fv sudo cp -avr bitmap/ /usr/share/fonts xset fp+ /usr/share/fonts/bitmap +fc-cache -fv ``` ## Included: [Oliwier Ptak, artwiz-aleczapka](http://artwizaleczapka.sourceforge.net/)