Skip to content

themobileprof/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb6145e · Jan 31, 2025
Sep 15, 2023
Sep 15, 2023
Nov 28, 2023
Sep 22, 2023
Sep 25, 2023
Sep 27, 2023
Sep 27, 2023
Sep 29, 2023
Sep 20, 2023
Sep 19, 2023
Nov 28, 2023
Jan 31, 2025
Oct 31, 2023
Oct 31, 2023
Sep 15, 2023

Repository files navigation

Termux Automation Scripts

This is a collection of scripts that make it easy to setup and use Termux on Android for beginner programmers.

Important

Requirements

Note

For iOS users, unfortunately, Termux does no work! More unfortunately, there are no comparative alternatives. However, you can try a-shell for local programming and xTerminal for remote SSH access - extra note: xTerminal is not free

Initial Setup file

The very first file to run after downloading
termux is termux_setup.

Here is the initialization syntax:

curl -Lo setup https://raw.githubusercontent.com/themobileprof/scripts/develop/termux_setup && chmod +x ./setup && ./setup && exit

This Script will do the following:

  1. Update Termux
  2. Install Openssh
  3. Install and Setup Openssl
  4. Install Unzip
  5. Install and Configure Git
  6. Install Gh (Github CLI)
  7. Install Zsh After this, exit (if the script doesn't do that automatically) and reopen Termux.

Other Scripts

Additionally we have more scripts too for other functionalities:

Other Local Setup Scripts

  1. The Editor setup script: This installs Neovim, a fork of Vim and the defactor code editor on Linux terminal. To use this script in Termux, copy and paste the below snippet of code into your terminal:
curl -Lo setup https://raw.githubusercontent.com/themobileprof/scripts/develop/editor_setup && chmod +x ./setup && ./setup && exit
  1. The Apps setup script: This script installs programming languages like Python, NodeJS, and PHP. To use this script in Termux, copy and paste the below snippet of code into your terminal:
curl -Lo setup https://raw.githubusercontent.com/themobileprof/scripts/develop/apps_setup && chmod +x ./setup && ./setup && exit

Cloud CLI Scripts

Google Cloud

  1. The GCP CLI setup script: This script installs Google cloud CLI for managing Google Cloud resources. To use this script in Termux, copy and paste the below snippet of code into your terminal:
curl -Lo setup https://raw.githubusercontent.com/themobileprof/scripts/develop/gcp_cli_setup && chmod +x ./setup && ./setup
  1. GCloud VM Setup: This scripts helps you provision a free VM or customize a more robust machine for your use. It works well on Termux or on the Google cloud shell, just copy and paste the code below into your terminal:
curl -Lo vm https://raw.githubusercontent.com/themobileprof/scripts/develop/gcloud_vm && chmod +x ./vm && ./vm

AWS Cloud

  1. The AWS CLI setup script: This script installs AWS CLI for managing Amazon Web Services. To use this script in Termux, copy and paste the below snippet of code into your terminal:
curl -Lo setup https://raw.githubusercontent.com/themobileprof/scripts/develop/aws_cli_setup && chmod +x ./setup && ./setup

Azure Cloud

  1. The Azure CLI setup script: This script installs Azure CLI for managing Microsoft Azure Cloud resources. To use this script in Termux, copy and paste the below snippet of code into your terminal:
curl -Lo setup https://raw.githubusercontent.com/themobileprof/scripts/develop/azure_cli_setup && chmod +x ./setup && ./setup

For any feedbacks or enqiries, please reach out here: themobileprof.com @ gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages