The ultimate all-in-one script to set up your Termux environment with a single command!
This script automates the tedious process of installing essential tools, compilers, and utilities, making your Termux journey incredibly easy and fun.
- Automated Installation: Installs a wide range of popular packages without manual intervention.
- Categorized Installation: Installs packages in logical sections, including core tools, programming languages, and networking utilities.
- Interactive Prompts: Asks for your confirmation before installing each section, giving you full control.
- Clean Interface: Uses a simple, clean interface with colorful text to keep your terminal organized.
Getting started is as easy as running a few simple commands. Just follow these steps in your Termux terminal.
-
Download the script
Use
curlto download the script directly from the repository.curl -o start.sh https://raw.githubusercontent.com/theonlyshibair-ai/termux-for-noobs/main/start.sh
-
Make the script executable
Give the script permission to run on your system.
chmod +x start.sh
-
Run the script
Execute the script and follow the on-screen prompts.
./start.sh
This script includes a wide variety of tools and packages to get you started, such as:
- Core Utilities:
git,nano,make,zip,unzip,curl, and more. - Programming Languages:
python,nodejs,php,rust,golang, etc. - Security & Networking:
nmap,hydra,metasploit,proot-distro, andopenssh. - Fun Tools:
lolcat,cmatrix,figlet, andcowsay.
Got ideas to make this script even better? We'd love your help! Feel free to fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.