命令行地址官网:https://iterm2.com/
可以根据自己系统下载安装APP即可。
oh-my-zsh开源地址:https://github.com/robbyrussell/oh-my-zsh
安装参考github地址:
https://github.com/sirius1024/iterm2-with-oh-my-zsh[](https://github.com/sirius1024/iterm2-with-oh-my-zsh)
安装oh my zsh的方式如下:
# curl 安装方式
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"")
# wget 安装方式
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
两种安装方式都可以,在item2中复制相关命令行即可下载安装。