Skip to content

Instantly share code, notes, and snippets.

@AlbericC
Created July 9, 2015 08:38
Show Gist options
  • Save AlbericC/54bce028437f910a2986 to your computer and use it in GitHub Desktop.
Save AlbericC/54bce028437f910a2986 to your computer and use it in GitHub Desktop.
quick install (user-wide) emoji support debian based linux (mint)
# /usr/bin/env sh
mkdir ~/.fonts && cd ~/.fonts ;
wget http://download.damieng.com/fonts/redistributed/DroidFamily.zip &&
unzip DroidFamily.zip && rm DroidFamily.zip ;
wget http://users.teilar.gr/~g1951d/Symbola.zip &&
unzip Symbola.zip && rm Symbola.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment