From 2e481ae33301511b543a84829d7647b39edfee94 Mon Sep 17 00:00:00 2001 From: Jacopo Nardiello Date: Fri, 3 Jul 2015 02:05:30 +0100 Subject: [PATCH] Substituting fc-cache with fontconfig fc-cache is not anymore available with brew, as highlighted in one of the listed issues the best solution is to use fontconfig --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7df425..eb7db19 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In this repository you can find a bunch of fonts that I use as symbol fonts with * **Pomicons**: `./fonts/pomicons-regular.ttf`, for further informations and license see https://github.com/gabrielelana/pomicons ## How to install -* (OSX) if you don't have fontcache installed, one way to get it is to run `brew install fc-cache` +* (OSX) if you don't have fontcache installed, one way to get it is to run `brew install fontconfig` * copy all the fonts from `./build` directory to `~/.fonts` directory * run `fc-cache -fv ~/.fonts` to let freetype2 know of those fonts * customize the configuration file `./config/10-symbols.conf` replacing `PragmataPro` with the name of the font you want to use in the terminal (I will add more fonts in the future so that this step could be skippable)