Lazy loaded image
iTerm2 zsh oh-my-zsh终端设置
字数 177阅读时长 1 分钟
2025-6-10

编程字体

Maple Mono
brew install --cask font-maple
适用:Visual Studio Code、iTerm
 

安装主题

cd Download
iterm2-material-design
MartinSeelerUpdated 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
 
Video preview
 
 
 

关闭选择框

notion image
notion image
notion image
上一篇
设计灵感网站
下一篇
2025 三月·月刊——活在当下

评论
Loading...