# Termux-zsh **Repository Path**: mo2/Termux-zsh ## Basic Information - **Project Name**: Termux-zsh - **Description**: Tmoe-zsh的前身 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://github.com/2cd/zsh - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-22 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tmoe-zsh 介绍 原名 Termux-zsh 本仓库已迁移至新地址 > 轻松方便地为 GNU/Linux 和 Android-Termux 配置 zsh 主题 > **Easily configure zsh themes for GNU/Linux and Android-Termux** ![86K2M8.png](https://s1.ax1x.com/2020/03/20/86K2M8.png) ![pic2](https://gitee.com/mo2/pic_api/raw/test/2020/03/19/ohyT8JFmfa21bKnt.png) 为 Linux 和 Termux 配置zsh环境, 目前支持修改 200 多种主题,100 多种配色和近 50 种字体。 Linux 仅支持修改 zsh 主题,termux 除主题外,还支持修改配色和字体。 2020-03-19 更新内容: 增加了对其它 linux 系统的支持! ## 2.安装说明 1.Debian/Ubuntu/Mint/Kali/Deepin/Devuan/MX 等 deb 系发行版 ```shell if [ ! -f /usr/bin/wget ]; then apt update || sudo apt update || su -c 'apt update' apt install -y wget || sudo apt install -y wget || su -c "apt install -y wget" fi bash -c "$(wget -qO- https://gitee.com/mo2/zsh/raw/2/2)" ``` 2.Termux ```shell apt install -y curl bash -c "$(curl -LfsS https://gitee.com/mo2/zsh/raw/2/2)" ``` 3.RedHat/Fedora/CentOS 8+ ```shell sudo dnf install -y curl || sudo yum install -y curl bash -c "$(curl -LfsS https://gitee.com/mo2/zsh/raw/2/2)" ``` 4.Arch/Manjaro ```shell bash -c "$(curl -LfsS https://gitee.com/mo2/zsh/raw/2/2)" ``` 5.Alpine ```shell apk add wget bash sudo bash -c "$(wget -qO- https://gitee.com/mo2/zsh/raw/2/2)" ``` ## 3.使用说明 **Change color scheme:** ​ ​`​ zshcolor ​` ​ **Change theme:** ​ ​`​ zshtheme ​` ​ **Change font:** ​ ​`​ zshfont ​` **Start zsh manager:** ​ ​`​ theme ​`