Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 819 Bytes

File metadata and controls

33 lines (19 loc) · 819 Bytes

termux.init

Set up your Termux on the fly.

Screenshot

Usage

Method Command
Git git clone https://github.com/jaxvanyang/termux.init.git && termux.init/termux.init
cURL bash -c "$(curl -fsSL https://raw.githubusercontent.com/jaxvanyang/termux.init/main/termux.init
Wget bash -c "$(wget -O- https://raw.githubusercontent.com/jaxvanyang/termux.init/main/termux.init)"

Features

  • Choose Termux repository.

  • Install editors & basic utilities.

  • Setup Oh My Zsh (based on Termux-ohmyzsh).

  • Setup common Oh My Zsh plugins.

  • Setup OpenSSH.

  • Setup Git.

  • Backup & restore Termux.

Acknowledgements