Skip to content

Milton797/Oh_My_Zsh_Termux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Oh_My_Zsh_Termux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages