OhMyZsh,『 Agnoster 主题配置 』
安装 OhMyZsh
- OhMyZsh 安装
- OhMyZsh 主题修改为 Agnoster
- 终端输入:
1
open ~/.zshrc
- 找到 ZSH_THEME 修改为:ZSH_THEME=”agnoster”
- OhMyZsh 主题安装配置
Agnoster 主题效果
系统自带终端 Agnoster 主题效果
iTerm2 Agnoster 主题效果
安装 Powerline 对应的字体库
为了展示 Agnoster 主题提示符里的三角形,需要 Powerline 字体库的支持。
使用 Git Clone下来字体库仓库,进入仓库根目录,执行 install.sh 安装。
字体库链接:
1
git clone https://github.com/powerline/fonts.git
进入仓库根目录安装:
1
2cd fonts
install.sh
修改终端 / iTerm2 字体
系统自带终端
进入:终端 > 偏好设置 > 字体修改为 :Meslo LG S DZ Regular for Powerline。
修改 iTerm2
进入:iTerm2 > Profiles > Text > Font,修改字体为:Meslo LG S DZ Regular for Powerline。