Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/bash
- # Ricty font install script
- mkdir ricty_install
- cd ricty_install
- wget http://www.yusa.lab.uec.ac.jp/~yusa/ricty/ricty_generator.sh
- chmod +x ricty_generator.sh
- wget https://pastebin.com/raw/99vxCbua -o ricty_generator.patch
- wget https://raw.githubusercontent.com/google/fonts/master/ofl/inconsolata/Inconsolata-Bold.ttf
- wget https://raw.githubusercontent.com/google/fonts/master/ofl/inconsolata/Inconsolata-Regular.ttf
- wget http://iij.dl.sourceforge.jp/mix-mplus-ipa/59022/migu-1m-20130617.zip
- patch ricty_generator.sh < ricty_generator.patch
- unzip migu-1m-20130617.zip
- mv migu-1m-20130617/migu-1m-bold.ttf .
- mv migu-1m-20130617/migu-1m-regular.ttf .
- ./ricty_generator.sh auto
- mkdir -p ~/.local/share/fonts
- cp -f Ricty*.ttf ~/.local/share/fonts/
- fc-cache -vf
- cd ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement