Skip to content

Instantly share code, notes, and snippets.

@hannesbe
Created February 18, 2018 05:54
Show Gist options
  • Select an option

  • Save hannesbe/3631518b620378706c0e56c71da3c1f9 to your computer and use it in GitHub Desktop.

Select an option

Save hannesbe/3631518b620378706c0e56c71da3c1f9 to your computer and use it in GitHub Desktop.
Script to install Source Code Pro font on Ubuntu (17.10)
[ -d /usr/share/fonts/opentype ] || sudo mkdir /usr/share/fonts/opentype
sudo git clone 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