2024-02-10 13:00:17 -07:00
2024-02-10 13:00:17 -07:00
2024-02-10 13:00:17 -07:00
2024-02-10 13:00:17 -07:00
2024-02-10 13:00:17 -07:00
2024-02-10 13:00:17 -07:00

Termux Setup

Hyperling's scripts for a productive Termux environment.

Install / How To Use

  1. Download the repository.

    git clone https://github.com/Hyperling/Termux termux
    
  2. Dive into the directory.

    cd termux
    
  3. Ensure all files can be executed.

    chmod 755 *.sh
    
  4. Make any modifications to the env.example file

    • Only if you do not already have a ~/.env file
  5. Run the deployment script.

    ./setup.sh
    
  6. All done!

Updates

Each program is developed to be run numerous times, so all that needs done is following the Install instructions again.

Development

Since the project self-destructs, it is recommended to copy the folder for each run, then execute the copied files.

cp -r ../termux ~/termux-copy
cd ~/termux-copy
chmod 755 *.sh
./setup.sh
Description
Hyperling's Termux Environment
Readme
Languages
Shell 100%