快速打造 Mac OS 终端利器 iTerm2
安装教程
快速替换法
- 安装 oh-my-zsh,使用下面命令,比curl安装快
- 安装wget
1 | brew install wget |
- 安装 oh-my-zsh
1 | sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" |
- 安装 meslo 字体
原地址:
https://github.com/powerline/fonts/blob/master/Meslo Slashed/Meslo LG M Regular for Powerline.ttf
使用 jsdelivr 加速
- 克隆 zsh-autosuggestions
原地址:
加速地址
https://github.wuyanzheshui.workers.dev/zsh-users/zsh-autosuggestions
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 文武科技社!
评论
WalineTwikoo