Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 2.67 KB

README.md

File metadata and controls

111 lines (79 loc) · 2.67 KB

ZSH Install In Termux By Milton797

Table of Contents

Requirements

  • Termux
  • Phone with android >= 7
  • 110MB FREE = Data 102MB - Final 103MB

Instructions

Download Termux

Update your servers repository

termux-change-repo

Create shortcut to access into "storage" path

termux-setup-storage

Install dependencies

Update packages

pkg update --yes && pkg upgrade --yes

Dependencies

pkg install git zsh figlet nano which python python-pip --yes && pip install lolcat

Clean packages

pkg clean --yes && pkg autoclean --yes

Install retrieve content

Note

  • Usually curl is installed by default on last versions of termux
  • Just need to install one

install curl

pkg install curl --yes

install wget

pkg install wget --yes

Run configuration installer

Use with curl

bash -c "$( curl -fsSL https://raw.githubusercontent.com/Milton797/Oh_My_Zsh_Termux/master/install.sh )"

Use with wget

bash -c "$( wget -O- https://raw.githubusercontent.com/Milton797/Oh_My_Zsh_Termux/master/install.sh )"

Special Thanks To