# zsh **Repository Path**: kaleozhou/zsh ## Basic Information - **Project Name**: zsh - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-09 - **Last Updated**: 2023-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装zsh+oh-my-zsh ##(1)安装zsh ``` sudo apt-get install zsh ``` ##(2)修改系统默认为zsh ``` chsh -s /bin/zsh ``` ## (3)安装oh-my-zsh ``` sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" ~/.zshrc ``` ## (4) autojump自动跳转插件 ``` sudo apt-get install autojump ``` ## (5) install ``` sh install.sh ```