Hyperling's Termux Environment
Go to file
Chad 3bb4e2794b
More AV Changes (#2)
* Ensure pass variable is empty.

* Check status of first pass manually. Default to only doing 1 pass while researching exit status 187 on long videos.

* Try and make the final du more accurate.

* Enhance usability of basic-process.
2024-05-16 10:02:53 -07:00
bashrc.sh More AV Changes (#2) 2024-05-16 10:02:53 -07:00
env.example General Release (#1) 2024-03-23 19:03:39 -07:00
LICENSE Initialize files. 2024-02-10 13:00:17 -07:00
README.md General Release (#1) 2024-03-23 19:03:39 -07:00
setup.sh General Release (#1) 2024-03-23 19:03:39 -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 ~/.env already.
  5. Run the deployment script.

    ./setup.sh
    
  6. All done. Be sure to source your new .bashrc!

Updates

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

Shortcuts for this exist after the initial install, such as running termux-reload then bash-reload.

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

Or use the test-termux command if the project is already loaded.