- ZSH Install In Termux By Milton797
- Termux
- Phone with android >= 7
- 110MB FREE = Data 102MB - Final 103MB
- TERMUX - Github
- TERMUX - F-DROID
- TERMUX - PlayStore (DEPRECATED)
termux-change-repotermux-setup-storagepkg update --yes && pkg upgrade --yespkg install git zsh figlet nano which python python-pip --yes && pip install lolcatpkg clean --yes && pkg autoclean --yesNote
- Usually curl is installed by default on last versions of termux
- Just need to install one
pkg install curl --yespkg install wget --yesbash -c "$( curl -fsSL https://raw.githubusercontent.com/Milton797/Oh_My_Zsh_Termux/master/install.sh )"bash -c "$( wget -O- https://raw.githubusercontent.com/Milton797/Oh_My_Zsh_Termux/master/install.sh )"