Skip to content

Instantly share code, notes, and snippets.

@vamdt
Last active April 22, 2016 11:33
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 vamdt/545b15aa25f89f7cd853 to your computer and use it in GitHub Desktop.
Save vamdt/545b15aa25f89f7cd853 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install -y xfonts-utils fontconfig
cd `dirname $0`
mkdir msyh
cd msyh
curl -O https://coding.net/u/vamdt/p/fonts/git/raw/master/msyh.ttf
curl -O https://coding.net/u/vamdt/p/fonts/git/raw/master/msyhbd.ttf
cd ..
sudo cp -r ./msyh /usr/share/fonts/truetype/
sudo fc-cache -fv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment