Configuration of the Android Termux App.
To get going, copy the following command and paste it in Termux:
apt update ; \
apt install -y wget ; \
hash -r ; \
wget -qO- https://github.com/alexs77/termux-config/raw/master/scripts/setup.sh | busybox ash -x
This is the start.sh script.
This will download and run the setup file from the repo.