Mac命令行配置zsh以及powerlevel10k主题
先安装字体 - 不然配置的时候会有乱码,点下面链接选择一个,我选的是 Hack 下载后解压有好多 随便选一个安装到字体即可
Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher
然后打开终端 -- 偏好设置 -- 选择安装的主体
安装主题
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
重新选择主题:
切换到 主题目录
cd ~/powerlevel10k
执行下面命令
p10k configure