修改默认 shell(可选)
chsh -s /bin/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 -)"
出现443 怎么办
修改 /etc/hosts 文件,添加:
199.232.68.133 raw.git