# ohmyzsh **Repository Path**: pollyduan/ohmyzsh ## Basic Information - **Project Name**: ohmyzsh - **Description**: ohmyzsh fork - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-19 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README oh-my-zsh fork === [中文] [English](README.md) github 总不能访问,fork一份,随时同步一下代码。 安装: ``` sh -c "$(curl -fsSL https://gitee.com/pollyduan/ohmyzsh/raw/main/tools/install.sh)" "" --unattended ``` 定制: - 增加插件 zsh-autosuggestions; - 增加插件 zsh-syntax-highlighting; - 修改git插件,增加gcu=git checkout upstream; 我的配置 ``` omz plugin enable zsh-autosuggestions omz plugin enable zsh-syntax-highlighting omz plugin enable sudo ```