在 MacOS Catalina 上配置 Z Shell ohmyzsh 主题字体
Configure Z Shell ohmyzsh theme font on MacOS Catalina
我想使用 Oh My Z Shell agnoster
主题
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#agnoster
在.zshrc
ZSH_THEME="agnoster"
但是在安装 ohmuzsh 之后,终端的默认 MacOS 字体中似乎缺少一些符号。 agnoster
没有说明任何特定字体的要求。
~/Workspaces/Java/project1 master
P.S。使用 MacOS Catalina
我遇到了同样的问题。您需要下载这些字体:
https://github.com/powerline/fonts
然后按照自述文件底部的说明更改您的首选项设置:
iTerm2 users need to set both the Regular font and the Non-ASCII Font in "iTerm > Preferences > Profiles > Text" to use a patched font (per this issue).
我想使用 Oh My Z Shell agnoster
主题
https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#agnoster
在.zshrc
ZSH_THEME="agnoster"
但是在安装 ohmuzsh 之后,终端的默认 MacOS 字体中似乎缺少一些符号。 agnoster
没有说明任何特定字体的要求。
~/Workspaces/Java/project1 master
P.S。使用 MacOS Catalina
我遇到了同样的问题。您需要下载这些字体:
https://github.com/powerline/fonts
然后按照自述文件底部的说明更改您的首选项设置:
iTerm2 users need to set both the Regular font and the Non-ASCII Font in "iTerm > Preferences > Profiles > Text" to use a patched font (per this issue).