DEV Community

Cover image for Fall in Love with TERMUX
Sahil Sharma
Sahil Sharma

Posted on

Fall in Love with TERMUX

Make your Termux look better within 5 minutes

About — We’re 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
Enter fullscreen mode Exit fullscreen mode

Installation myTermux


Clone or Download This Repository

  git clone --depth=1 https://github.com/mayTermux/myTermux.git
Enter fullscreen mode Exit fullscreen mode


Run Script Installer

  • Move to Folder
  cd myTermux
Enter fullscreen mode Exit fullscreen mode
  • 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
Enter fullscreen mode Exit fullscreen mode
  • Execute Installer
  ./install.sh
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

chcolor


Show Preview

colorscheme

  • Fonts

Change font used with command:

  chfont
Enter fullscreen mode Exit fullscreen mode

chfont

  • ZSH Theme

Change ZSH Theme with command:

  chzsh
Enter fullscreen mode Exit fullscreen mode

chzsh

  • [NVIM] - Text Editor

NvChad


Show Theme

NvChad Theme

Top comments (1)

Collapse
 
hideandseekstheorder profile image
hideandseeks-hub

thx, this is the best tweak for theming the termux, thankful 🥰