diff --git a/setup-termux.sh b/setup-termux.sh new file mode 100644 index 0000000..a759e6d --- /dev/null +++ b/setup-termux.sh @@ -0,0 +1,20 @@ +#!/usr/bin/env bash + +# Set up storage +termux-setup-storage + +# Update and upgrade packages +pkg update && pkg upgrade + +# Install tools and repositories +pkg install -y \ + *-repo termux-* \ + curl \ + zsh \ + python3 \ + python-pip \ + ruby \ + git \ + wget \ + proot \ + proot-distro \