870 B
870 B
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 a ~/.env file
-
Run the deployment script.
./setup.sh
-
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