- 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-repo
termux-setup-storage
pkg update --yes && pkg upgrade --yes
pkg install git zsh figlet nano which python python-pip --yes && pip install lolcat
pkg clean --yes && pkg autoclean --yes
Note
- Usually curl is installed by default on last versions of termux
- Just need to install one
pkg install curl --yes
pkg install wget --yes
bash -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 )"