こんな感じになります
参考にした記事
rictyにnerd-fontsのパッチを当てる(試行錯誤)
vimでatomのfile-iconsのような感じにする
導入方法
macOSでは,gitがopensslではなくSecureTransportを使用しているためビルドしてあげる
brew reinstall git --with-brewed-curl --with-brewed-openssl
fontforgeのインストール
brew install fontforge --use-gcc --without-python
rictyのインストール
brew tap sanemat/font
brew install --powerline --vim-powerline ricty
cp -f /usr/local/Cellar/ricty/4.0.1/share/fonts/Ricty-* ~/Library/Fonts/
nerd-fontのインストール
git clone https://github.com/ryanoasis/nerd-fonts
cd nerd-fonts
chmod 755 font-patcher
fontforge -script ./font-patcher ~/Library/Fonts/Ricty-Regular-Powerline.ttf --fontawesome --fontlinux --octicons --pomicons --powerline --powerlineextra
cp -f ./Ricty\ Regular\ for\ Powerline\ Nerd\ Font\ Complete.ttf ~/Library/Fonts/
fc-cache -vf
itermの場合
FontをRictyRegularforPowerlineNerdFontCompleteに変更する
.vimrc
vimでatomのfile-iconsのような感じにするを参照
最後に
素敵なvimライフを!