# oh_my_zsh_install **Repository Path**: Devkings/oh_my_zsh_install ## Basic Information - **Project Name**: oh_my_zsh_install - **Description**: oh my zsh 国内Gitee源极速安装 - **Primary Language**: Shell - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 28 - **Forks**: 8 - **Created**: 2020-05-29 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: lamp **Tags**: None ## README # oh_my_zsh_install #### 介绍 oh_my_zsh 国内安装修改镜像 直连gitee官方源 #### 安装教程 ##### Install oh-my-zsh via curl ```shell sh -c "$(curl -fsSL https://gitee.com/Devkings/oh_my_zsh_install/raw/master/install.sh)" ``` ##### Install oh-my-zsh via wget ```shell sh -c "$(wget https://gitee.com/Devkings/oh_my_zsh_install/raw/master/install.sh -O -)" ```