#!/bin/sh # # Ricty Installer for Mac OS X # # require: Homebrew, git # FONT_DIR=~/Library/Fonts # Migu1M フォントをインストール wget 'http://sourceforge.jp/frs/redir.php?m=iij&f=%2Fmix-mplus-ipa%2F57240%2Fmigu-1m-20121030.zip' -O migu-1m-20121030.zip unzip migu-1m-20121030.zip cp migu-1m-20121030/*.ttf $FONT_DIR # Inconsolata フォントをインストール wget http://levien.com/type/myfonts/Inconsolata.otf cp Inconsolata.otf $FONT_DIR # Homebrew経由で fontfoge をインストール brew update brew install fontforge # Ricty をビルド git clone https://github.com/yascentur/Ricty.git cd Ricty sh ricty_generator.sh auto cp *.ttf $FONT_DIR