Setup bash script for termux
If you run termux-setup.sh, it will do this things:
- Update, upgrade packages.
- Give Termux a storage access permission.
- Install some programs (wget, net-tools, mlocate, python3, clang, zip, unzip, tree, git, cmatrix, htop, grep, vim, neofetch).
- Configure vim.
- Upgrade pip and install some modules.
- Remove Termux welcome text.
There several options to run this script on Termux.
-
You can just copy the script's content and past it in a new file and then execute it.
-
You can download this repository by entering this commands in your terminal:
pkg update && pkg install git -y
git clone https://github.com/1RaY-1/termux-setup && cd termux-setup && chmod +x termux-setup.sh && bash termux-setup.sh && cd .. && rm -rf termux-setup