# gitee 源sh -c"$(wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh -O -)" 2.2使用curl来安装 sh -c"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 码云地址加速 # gitee 源sh -c"$(curl -fsSL wget https://gitee.com/mirrors/...
自动安装https://github.com/robbyrussell/oh-my-zsh wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh 手动安装 git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc ...