Customize your Termux by upgrade to zsh
- This script automates the process of Upgrade or Downgrade Termux to zsh.
- Android device with working internet connection and Termux installed.
-
Open Termux and type following command and press
Enterkey 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 .
"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)
- Powered by
zsh - Developer: @arghya339