# This script will help you setup emoji support in all the programs including browsers, terminal, etc # install Noto Font pacman -S noto-fonts-emoji # for arch-based apt-get install fonts-noto-color-emoji # for ubuntu # copy config from this gist your profile config directory cp 10-emoji.conf $XDG_CONFIG_HOME/fontconfig/conf.d/10-emoji.conf # regenerate font cache fc-cache -f -v # open this url in your browser https://eosrei.github.io/emojione-color-font/full-demo.html