From 9bb7af166894c17fee08a2fb02d0a4f6c9c5d4f6 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 16 Nov 2017 21:50:37 +0100 Subject: [PATCH 1/3] Update setup instructions for Linux --- extras/fonts/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extras/fonts/README.md b/extras/fonts/README.md index ac81d17eb..7a3ce8102 100644 --- a/extras/fonts/README.md +++ b/extras/fonts/README.md @@ -17,13 +17,13 @@ Android Setup Help: * Must have a rooted Android phone. Linux Setup Help: + +* ArchLinux users are advised to install [AUR package](https://aur.archlinux.org/packages/emojione-fonts/) +* Alternatively setup the font manually: * Place the file in `~/.local/share/fonts/` - * Create the following fontconfig file: [latest](https://github.com/maximbaz/dotfiles/blob/master/.config/fontconfig/conf.d/70-emojione-color.conf) ([snapshot](https://github.com/maximbaz/dotfiles/blob/b63b2fe4bb5362d207e407c646655070cd1251bc/.config/fontconfig/conf.d/70-emojione-color.conf)) - * Update fontconfig cache with `$ fc-cache -f` - * Chrome and all derivative apps (like Electron) will display color emoji after a restart. - * Install a patched Cairo library to display color emoji in all GTK+ apps: - * https://aur.archlinux.org/packages/cairo-coloredemoji - * https://software.opensuse.org/package/libcairo2-color-emoji + * Create the following fontconfig file: [snapshot](https://github.com/maximbaz/dotfiles/blob/b63b2fe4bb5362d207e407c646655070cd1251bc/.config/fontconfig/conf.d/70-emojione-color.conf) + * Update fontconfig cache with `$ fc-cache -f; sudo fc-cache -f` +* The font seems to be working now in Chrome and Firefox, as well as in many other apps! ### Apple Font @@ -68,4 +68,4 @@ The black and white images used to generate these fonts are also provided in the ### Acknowledgements * Google Font: Thanks to Miguel Sousa from Adobe Systems, [Maxim Baz](https://github.com/maximbaz) and [Albert Chang](https://github.com/mxalbert1996). - * Apple Font: Thanks to Philip (@pw5a29) and Cody (@vXBaKeRXv). \ No newline at end of file + * Apple Font: Thanks to Philip (@pw5a29) and Cody (@vXBaKeRXv). From 51efc00c1e74b8b3c900a0e91684b48782891087 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Fri, 17 Nov 2017 12:01:47 +0100 Subject: [PATCH 2/3] Update links --- extras/fonts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/fonts/README.md b/extras/fonts/README.md index 7a3ce8102..3d666b0cc 100644 --- a/extras/fonts/README.md +++ b/extras/fonts/README.md @@ -18,10 +18,10 @@ Android Setup Help: Linux Setup Help: -* ArchLinux users are advised to install [AUR package](https://aur.archlinux.org/packages/emojione-fonts/) +* ArchLinux users are advised to install [AUR package](https://aur.archlinux.org/packages/ttf-emojione/) * Alternatively setup the font manually: * Place the file in `~/.local/share/fonts/` - * Create the following fontconfig file: [snapshot](https://github.com/maximbaz/dotfiles/blob/b63b2fe4bb5362d207e407c646655070cd1251bc/.config/fontconfig/conf.d/70-emojione-color.conf) + * Create the following fontconfig file: [latest](https://aur.archlinux.org/cgit/aur.git/tree/70-emojione-color.conf?h=ttf-emojione) ([snapshot](https://github.com/maximbaz/dotfiles/blob/b63b2fe4bb5362d207e407c646655070cd1251bc/.config/fontconfig/conf.d/70-emojione-color.conf)) * Update fontconfig cache with `$ fc-cache -f; sudo fc-cache -f` * The font seems to be working now in Chrome and Firefox, as well as in many other apps! From e10080d01815758b30130a9743147ae01af6be6a Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Fri, 17 Nov 2017 23:35:19 +0100 Subject: [PATCH 3/3] Update snapshot link --- extras/fonts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/fonts/README.md b/extras/fonts/README.md index 3d666b0cc..ebefb9a6f 100644 --- a/extras/fonts/README.md +++ b/extras/fonts/README.md @@ -21,7 +21,7 @@ Linux Setup Help: * ArchLinux users are advised to install [AUR package](https://aur.archlinux.org/packages/ttf-emojione/) * Alternatively setup the font manually: * Place the file in `~/.local/share/fonts/` - * Create the following fontconfig file: [latest](https://aur.archlinux.org/cgit/aur.git/tree/70-emojione-color.conf?h=ttf-emojione) ([snapshot](https://github.com/maximbaz/dotfiles/blob/b63b2fe4bb5362d207e407c646655070cd1251bc/.config/fontconfig/conf.d/70-emojione-color.conf)) + * Create the following fontconfig file: [latest](https://aur.archlinux.org/cgit/aur.git/tree/70-emojione-color.conf?h=ttf-emojione) ([snapshot](https://github.com/maximbaz/dotfiles/blob/c893a835372c927eba9ec7e086e76b64f6210d8c/.config/fontconfig/conf.d/70-emojione-color.conf)) * Update fontconfig cache with `$ fc-cache -f; sudo fc-cache -f` * The font seems to be working now in Chrome and Firefox, as well as in many other apps!