{"id":21178771,"url":"https://github.com/rkstudio585/t-setup","last_synced_at":"2025-12-29T17:36:40.158Z","repository":{"id":263711011,"uuid":"891251074","full_name":"rkstudio585/T-Setup","owner":"rkstudio585","description":"An advanced Termux setup script to install essential tools, optimize the environment, test internet speed, display system info, configure ZSH, and log activities for a professional and efficient Termux experience.","archived":false,"fork":false,"pushed_at":"2024-11-20T02:31:00.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T11:45:24.361Z","etag":null,"topics":["termux","termux-hacking-lab-setup","termux-setup","termux-tool","termux-tools"],"latest_commit_sha":null,"homepage":"https://rkstudio.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkstudio585.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T02:02:06.000Z","updated_at":"2024-11-20T02:31:04.000Z","dependencies_parsed_at":"2024-11-20T03:28:24.824Z","dependency_job_id":null,"html_url":"https://github.com/rkstudio585/T-Setup","commit_stats":null,"previous_names":["rkstudio585/t-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FT-Setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FT-Setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FT-Setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FT-Setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkstudio585","download_url":"https://codeload.github.com/rkstudio585/T-Setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243629371,"owners_count":20322041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["termux","termux-hacking-lab-setup","termux-setup","termux-tool","termux-tools"],"created_at":"2024-11-20T17:26:20.790Z","updated_at":"2025-12-29T17:36:40.129Z","avatar_url":"https://github.com/rkstudio585.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# T-Setup\n# 🚀 **Termux Setup Script**  \n\nWelcome to the **Termux Setup Script**, a professional and user-friendly Bash script designed to optimize your Termux environment! This script installs essential packages, configures your terminal, tests internet speed, displays system information, and much more!  \n\n---\n\n## **📋 Features**  \n\n1. **🔧 Comprehensive Package Installation**:  \n   Installs over 50 essential packages, including:  \n   - **Development Tools**: `git`, `python3`, `clang`, `cmake`  \n   - **Networking Tools**: `nmap`, `tcpdump`, `sshpass`  \n   - **Penetration Testing Tools**: `hydra`, `sqlmap`, `metasploit-framework`, `aircrack-ng`  \n   - **Utilities**: `vim`, `nano`, `htop`, `neofetch`, `yt-dlp`, `bat`, `exa`  \n\n2. **📡 Internet Speed Test**:  \n   Uses `speedtest-cli` to measure your current network speed and log the results.  \n\n3. **🖥️ System Information**:  \n   Displays detailed system info with `neofetch` or `screenfetch`.  \n\n4. **🌀 ZSH Shell Configuration**:  \n   Configures ZSH as the default shell for a modern terminal experience.  \n\n5. **🗑️ Storage Optimization**:  \n   Cleans up unnecessary files to free up space.  \n\n6. **📜 Logging**:  \n   All actions and results are logged in a file (`termux_setup.log`) for troubleshooting and record-keeping.  \n\n7. **📋 Interactive Menu**:  \n   Select specific actions like updates only, package installation, or full setup for convenience.  \n\n---\n\n## **📂 File Structure**  \n\n- `setup.sh`: Main script file.  \n- `termux_setup.log`: Log file generated after script execution.  \n\n---\n\n## **📖 How It Works**  \n\n1. **Check \u0026 Install Packages**:  \n   - The script checks if each package is already installed.  \n   - Installs only missing packages, skipping those already present.  \n\n2. **Update \u0026 Upgrade**:  \n   - Ensures your Termux environment is up-to-date.  \n\n3. **Run Advanced Features**:  \n   - Tests internet speed with `speedtest-cli`.  \n   - Displays system info using `neofetch` or `screenfetch`.  \n   - Configures ZSH shell for improved functionality.  \n\n4. **Optimize Storage**:  \n   - Removes unnecessary files and caches to reclaim space.  \n\n---\n\n## **📥 Installation**  \n\n1. Clone this repository:  \n   ```bash\n   git clone https://github.com/rkstudio585/T-Setup\n   cd T-Setup\n   ```  \n\n2. Make the script executable:  \n   ```bash\n   chmod +x tsetup.sh\n   ```  \n\n3. Run the script:  \n   ```bash\n   ./tsetup.sh\n   ```\nor \n  ```\n  bash tsetup.sh\n  ```\n\n---\n\n## **🛠️ Usage**  \n\n- **Full Setup**: Runs all features (package installation, updates, optimizations).  \n- **Update Only**: Updates and upgrades Termux packages.  \n- **Install Packages Only**: Installs the required packages without running other features.  \n- **Check Internet Speed**: Tests and displays current internet speed.  \n- **Show System Info**: Displays detailed system information.  \n\n---\n\n## **🛡️ Requirements**  \n\n- Termux environment.  \n- Internet connection for downloading packages.  \n\n---\n\n## **📌 Supported Packages**  \n\nHere’s a brief overview of the packages installed:  \n\n| Category               | Packages                                                                 |\n|------------------------|-------------------------------------------------------------------------|\n| **Development Tools**  | `git`, `vim`, `nano`, `clang`, `cmake`, `python3`                      |\n| **Networking Tools**   | `nmap`, `tcpdump`, `sshpass`, `dnsutils`, `speedtest-cli`              |\n| **Utilities**          | `htop`, `neofetch`, `ranger`, `bat`, `exa`, `yt-dlp`, `zip`, `unzip`   |\n| **Pentesting Tools**   | `hydra`, `sqlmap`, `john`, `aircrack-ng`, `metasploit-framework`, `nikto` |\n\n---\n\n## **🎨 Screenshots**  \n\n### **Interactive Menu**  \nEasily select your desired action!  \n```bash\n1) Full Setup  \n2) Update Only  \n3) Install Packages Only  \n4) Check Internet Speed  \n5) Show System Info  \n6) Exit  \n```  \n\n### **Internet Speed Test**  \nDisplays your network speed in real-time:  \n```  \nTesting Internet Speed...  \nDownload: 50.23 Mbps  \nUpload: 12.45 Mbps  \n```  \n\n---\n\n## **📝 Logs**  \n\nAll script actions are logged in `termux_setup.log` for easy review. Example log:  \n\n```  \nScript started at: YYYY-MM-DD HH:MM:SS  \nUpdating and upgrading Termux...  \nInstalled package: git  \nInstalled package: vim  \nPackage already installed: python3  \nTesting Internet Speed...  \nDownload: 45 Mbps | Upload: 10 Mbps  \n```  \n\n---\n\n## **❓ FAQ**  \n\n### 1️⃣ What happens if a package is already installed?  \nThe script skips reinstallation and informs you with a message like:  \n`Package xyz is already installed.`  \n\n### 2️⃣ What if an installation fails?  \nThe error is logged in `termux_setup.log`. You can review it to troubleshoot.  \n\n### 3️⃣ Can I skip certain features?  \nYes! Use the interactive menu to select only the features you need.  \n\n---\n\n## **💡 Tips**  \n\n- Always run `pkg update` before executing the script for better results.  \n- Use `zsh` with plugins like `oh-my-zsh` for a modern terminal experience.  \n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Ft-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkstudio585%2Ft-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Ft-setup/lists"}