编程字体
Maple Mono
brew install --cask font-maple
适用:Visual Studio Code、iTerm
安装主题
cd Download
iterm2-material-design
MartinSeeler • Updated May 28, 2025
安装 iTerm2+zsh+oh-my-zsh
安装oh-my-zsh必备插件
oh-my-zsh
有非常丰富的插件可供使用,下面列举一些必备插件,可以大幅提高生产力。示例如下:
zsh-syntax-highlighting
命令高亮插件,命令不再只是同一个颜色了
安装:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
zsh-autosuggestions
输入时按右方向键→自动补全命令
安装:
git clone
https://github.com/zsh-users/zsh-autosuggestions.git
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

关闭选择框


