Skip to content

Instantly share code, notes, and snippets.

@sixteenmillimeter
Created November 27, 2020 22:13
Show Gist options
  • Save sixteenmillimeter/980d64cd56e02a39beb5231490557ab6 to your computer and use it in GitHub Desktop.
Save sixteenmillimeter/980d64cd56e02a39beb5231490557ab6 to your computer and use it in GitHub Desktop.
Install latest Apple emoji font set on Ubuntu
#!/bin/bash
wget https://github.com/samuelngs/apple-emoji-linux/releases/download/latest/AppleColorEmoji.ttf
mv AppleColorEmoji.ttf ~/.local/share/fonts
fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment