# oh-my-zsh-china **Repository Path**: jackcipher/ohmyzsh ## Basic Information - **Project Name**: oh-my-zsh-china - **Description**: oh-my-zsh 国内源 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 7 - **Created**: 2020-03-04 - **Last Updated**: 2022-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Oh My Zsh

oh-my-zsh 中国镜像 #### curl一键安装 ```shell sh -c "$(curl -fsSL https://gitee.com/tiredoy/ohmyzsh/raw/master/tools/install.sh)" ``` #### wget 一键安装 ```shell sh -c "$(wget -O- https://gitee.com/tiredoy/ohmyzsh/raw/master/tools/install.sh)" ```