oh my zsh 主题篇
Posted 是摩卡不是抹茶呀
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oh my zsh 主题篇相关的知识,希望对你有一定的参考价值。
文章目录
安装字体
ttf-meslo-nerd-font-powerlevel10k 字体官网
将字体应用到iterm2中
Preferences -> Profiles -> Text -> Font -> 选择 MesloLGS NF
推荐主题 powerlevel10k
下载powerlevel10k
由于使用的是oh my zsh,因此选择对应的方式进行主体安装
oh-my-zsh 安装 powerlevel10k方式
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
将powerlevel10k作为zsh的默认主题
# 编辑.zshrc
vim ~/.zshrc
# 找到ZSH_THEME配置项
ZSH_THEME="powerlevel10k/powerlevel10k"
主题设置好后,退出iterm2。再次进入iterm2,会进入powerlevel10k的自定义配置交互界面中
配置powerlevel10k
我们可以通过以下命令,根据个人喜好自定义配置
# 执行命令
p10k configure
主题颜色设置
以上是关于oh my zsh 主题篇的主要内容,如果未能解决你的问题,请参考以下文章