layout: post title: 命令行美化 categories: [terminal] description: terminal keywords: terminal tags: terminal —
出处:https://mobile.twitter.com/haoel/status/1460855302874484738
给“工具党”的同学推荐一个 zsh 的 theme: https://github.com/romkatv/powerlevel10k
安装中会安装字体,还会帮你设置iterm2的配置。
VSCode需要在settings.json里设置下面两个配置:
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontFamily": "MesloLGS NF"