Skip to content

Instantly share code, notes, and snippets.

@hangingman
Created June 16, 2015 13:25
Show Gist options
  • Save hangingman/1842ec2cdb646df871bb to your computer and use it in GitHub Desktop.
Save hangingman/1842ec2cdb646df871bb to your computer and use it in GitHub Desktop.
fulu.sh
#!/bin/bash
mkdir -p ~/.local/share/fonts/
cd ~/.local/share/fonts/
wget http://sicklylife.at-ninja.jp/memo/fake_meiryo.zip
unzip ./fake_meiryo.zip
rm ./fake_meiryo.zip
fc-cache -fv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment