Skip to content

Instantly share code, notes, and snippets.

@chaicko
Last active November 10, 2016 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaicko/7f777fc7bd64bda6fc5410403637855c to your computer and use it in GitHub Desktop.
Save chaicko/7f777fc7bd64bda6fc5410403637855c to your computer and use it in GitHub Desktop.
#!/bin/bash
[ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
sudo git clone --depth 1 --branch release https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp
sudo fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment