Beautify your Termux App .
Installation & Usage

$ apt update$ apt install git -y$ git clone https://github.com/htr-tech/termux-shell.git$ cd termux-shell$ chmod +x *$ sh install.sh$ exit
Use Single Code
$ apt update && apt install git -y && git clone https://github.com/htr-tech/termux-shell.git && cd termux-shell && chmod +x * && sh install.sh

0 Comments