55
51

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Homebrewを使ってRictyをインストール

Last updated at Posted at 2018-01-15

大したことじゃないんだけど、 ググると古い記事やまわりくどい手順のものが引っかかるので、記事にしておきます。

環境

macOS High Sierra 10.13.2(17C205)

手順

$ brew tap sanemat/font
$ brew install ricty
$ cp -f /usr/local/opt/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
$ fc-cache -vf

コレだけ。

powerline 用のパッチが当たったものが欲しければ、 brew install 時に --with-powerline を指定。

$ brew install ricty --with-powerline

他にもいくらかオプションがあるので、 brew options で確認してください。

$ brew options ricty
--with-oblique
	make oblique fonts
--with-patch-in-place
	Patch Powerline glyphs directly into Ricty fonts without creating new 'for Powerline' fonts
--with-powerline
	Patch for Powerline
--without-fullwidth
	Disable fullwidth ambiguous characters
--without-visible-space
	Disable visible zenkaku space

調べてる中で、オプションの内容が古い記事をいくらか見つけました。

この記事も当然最新の内容ではなくなっていくので、鵜呑みにせずちゃんと確認しておいたほうがいいですね。

55
51
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
55
51

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?