iTerm2 + oh-my-zsh + Powerline + Iterm2-color-schemes 打造 Mac 下的超级终端
iTerm2 安装 到 iTerm2 官网 下载 ,解压后将 iTerm 移动到“应用程序”目录下即可,老规矩,第一打开使用右键“打开”。 oh-my-zsh 安装 根据官网 https://ohmyz.sh/#install 的说明,无论使用以下哪条命令均会报错 demo1984s@MacBook-Pro ~ % sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" curl: (7) Failed to connect to raw.github.com port 443: Connection refused demo1984s@MacBook-Pro ~ % 猜测是被墙了的原因,将 url 替换成 https://github.com/ohmyzsh/ohmyzsh/blob/master/tools/install.sh Looking for an existing zsh config... Using the Oh My Zsh template file an....