# Emoji and Espanso ## Emoji cheat sheet [Emoji cheat sheet](https://www.webfx.com/tools/emoji-cheat-sheet/) ## Install Espanso ``` sudo apt install snapd libnotify-bin sudo snap install espanso --classic espanso install all-emojis espanso start ``` ## Install emojis Download from https://www.google.com/get/noto/#emoji-zsye-color ```sh cd ~/Downloads unzip NotoColorEmoji-unhinted.zip mkdir ~/.fonts mv NotoColorEmoji.ttf ~/.fonts ``` `vim ~/.fonts.conf` ``` sans-serif Noto Color Emoji Noto Emoji serif Noto Color Emoji Noto Emoji ``` ``` sudo fc-cache -v ~/.fonts/ ```