Konsole Support Emoji
Linux
https://gist.github.com/IgnoredAmbience/7c99b6cf9a8b73c9312a71d1209d9bbb
- Ensure that the Noto fonts are installed on your machine.
- Install this file to ~/.config/fontconfig/conf.d/99-noto-mono-color-emoji.conf
- Run
fc-cache - Set Konsole to use "IBM Plex Mono" as the font.
- Restart Konsole.
```bash sudo pacman -S noto-fonts-emoji nerd-fonts-ibm-plex-mono mkdir -p ~/.config/fontconfig/conf.d/ emacs -nw ~/.config/fontconfig/conf.d/99-noto-mono-color-emoji.conf fc-cache ```
99-noto-mono-color-emoji.conf:
```text
<fontconfig> <match> <test name="family"><string>IBM Plex Mono <edit name="family" mode="prepend" binding="strong"> <string>Noto Color Emoji ```
相关:use-prettier