【发布时间】:2019-01-04 03:18:32
【问题描述】:
按照本指南在 mac 上安装 powerlevel9k 和 iterm2:
- https://gist.github.com/kevin-smets/8568070
- https://github.com/bhilburn/powerlevel9k/wiki/Install-Instructions#option-3-install-awesome-powerline-fonts
这是我在~/.zshrc 配置文件中设置的内容:
export ZSH="/Users/username/.oh-my-zsh"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE='awesome-fontconfig'
source ~/.fonts/*.sh
但似乎有些图标没有找到。怎么了?
【问题讨论】:
-
此链接适用于 Linux 而非 Mac Os x...
mv PowerlineSymbols.otf ~/.local/share/fonts/??? -
即使我也在寻找相同的东西。你有得到任何帮助吗?
标签: macos fonts themes iterm2 powerline