voznik / termux-config

Configuration of the Android Termux App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Configuration of the Android Termux App.


Languages

Language:Shell 56.9%Language:Vim Script 43.1%