Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 26, 2022 04:48 pm GMT

Fall in Love with TERMUX

Make your Termux look better within 5 minutes

About Were going to install awesome tools like ohmyzsh, neovim, dotfiles, etc.with just one script

If you prefer video tutorial click here

Installation Dependencies

Update Repository & Upgrade Package
pkg update && pkg upgrade


git & bc

  • Package git for cloning or downloading repository
  • Package bc for calculate repository size which will be cloning or downloading
  pkg i -y git bc

Installation myTermux


Clone or Download This Repository

  git clone --depth=1 https://github.com/mayTermux/myTermux.git


Run Script Installer

  • Move to Folder
  cd myTermux
  • export variable COLUMNS and LINES

This variable function so that the installer script can read the
column and row widths of Termux Application so that later it
matches the output during the installation process.

  export COLUMNS LINES
  • Execute Installer
  ./install.sh

Error

If you get error message Please Zoom Out.
Zoom Out on Termux Application then run again the script

If the row and column widths of the application are correct,
the script will automatically run, like this:

Running

Then follow the installation until it's finished

Screenshots

This screenshot take by Awesomeshot and system fetch by rxfetch-termux

  • System Fetch

rxfetch

rxfetch

neofetch

neofetch

  • Colorscheme (Theme)

Change colorscheme or theme with command:

  chcolor

chcolor


Show Preview

colorscheme

  • Fonts

Change font used with command:

  chfont

chfont

  • ZSH Theme

Change ZSH Theme with command:

  chzsh

chzsh

  • [NVIM] - Text Editor

NvChad


Show Theme

NvChad Theme


Original Link: https://dev.to/sam5epi0l/fall-in-love-with-termux-57nj

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To