Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 502 Bytes

Termux Configuration

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.