Skip to content

Instantly share code, notes, and snippets.

@craftamap
Last active October 7, 2019 11:02
Show Gist options
  • Save craftamap/5c98c61461ca83bbf812627023072a15 to your computer and use it in GitHub Desktop.
Save craftamap/5c98c61461ca83bbf812627023072a15 to your computer and use it in GitHub Desktop.
Emoji-Support🎉🥳 for Fira Code on Linux: Add this to your fontconfig (~/.config/fontconfig.conf) (Tested with Konsole on Arch Linux and Ubuntu 18.04)
<fontconfig>
...
<match target="pattern">
<test qual="any" name="family"><string>monospace</string></test>
<edit name="family" mode="assign" binding="same"><string>Iosevka Custom</string></edit>
<edit name="family" mode="append" binding="weak"><string>JoyPixels</string></edit>
</match>
...
</fontconfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment