Created
June 16, 2015 13:25
-
-
Save hangingman/1842ec2cdb646df871bb to your computer and use it in GitHub Desktop.
fulu.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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