GitHunt

grade2zsh

Customize your Termux by upgrade to zsh


Purpose

  • This script automates the process of Upgrade or Downgrade Termux to zsh.

Prerequisites

  • Android device with working internet connection and Termux installed.

Usage

  • Open Termux and type following command and press Enter key twice:

    termux-change-repo
    
  • Update Termux pkg:

    pkg update && pkg upgrade -y
  • Run the script with the following command:

    curl --progress-bar -o "$HOME/.grade2zsh.sh" "https://raw.githubusercontent.com/arghya339/grade2zsh/refs/heads/main/grade2zsh.sh" && bash $HOME/.grade2zsh.sh
  • run

    grade2zsh
    

Note

This script was tested on an Android device running Android 14 with AOSP based custom ROM with Termux v0.118.1 .

Dependencies

"zsh" [Apache 2.0], "oh-my-zsh" [MIT], "Git" [GPL 2.0], "zsh-autosuggestions" [MIT], "zsh-syntax-highlighting" [BSD 3]

How it works (Demo on YouTube)

Devoloper info

Languages

Shell100.0%

Contributors

MIT License
Created February 27, 2025
Updated March 4, 2026