Hyperling's Termux Environment
Chad
3bb4e2794b
* 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. |
||
---|---|---|
bashrc.sh | ||
env.example | ||
LICENSE | ||
README.md | ||
setup.sh |
Termux Setup
Hyperling's scripts for a productive Termux environment.
Install / How To Use
-
Download the repository.
git clone https://github.com/Hyperling/Termux termux
-
Dive into the directory.
cd termux
-
Ensure all files can be executed.
chmod 755 *.sh
-
Make any modifications to the env.example file.
- Only if you do not already have ~/.env already.
-
Run the deployment script.
./setup.sh
-
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.