Termux much more functional terminal

 Hello guy’s in this article we are going to discuss about how to Make termux a bit modernized and much more functional terminal Just you follow the step’s without Skip.

Requirements

  • Android version 5.0 and above
  • Termux application

What it Dose?

  1. Installs zsh and sets it as default shell.
  2. Installs and sets precustomized Prezto as default
  3. Installs Powerlevel10k theme and prepatched SourceCodePro font as default.
  4. Added fonts and colors in ~/.termux/ directory with scripts to change them easily.
  5. Installs syntax highlighter and autosuggestion plugins.
  6. Disable unnecessary infos on right and left prompts.
  7. Enable double line left prompt with diffrent icons for dir, git and vcs, beautified left command prompt a bit, enabled new line after prompt.
  8. Replace termux’s default welcome message with a better looking one.
  9. Install static lf binary (Terminal file manager), press CTRL+O to execute lf in current directory.
  10. Inbuilt transfer function (file.io) to transfer files easily, do transfer whateverfile.ext to upload the file and get the download link.
  11. Added command edit function, press CTRL+E to edit any command in text editor.

How to install Termux-Zsh in Termux?

Step 1:

First you download the Termux-zsh tool in your termux so type this below command in your termux

git clone https://github.com/Sohil876/Termux-zsh.git

Step 2:

Now open this tool folder in your termux terminal so type this below command this command will help you to open folder.

cd Termux-zsh

Step 3:

Now give permission to read, write and execute of setup.sh bash file so type this below command in your termux terminal.

chmod +x setup.sh

Step 4:

Now simple run setup.sh bash script in your termux terminal so type this below command in your termux application.

bash setup.sh

Once you execute this above command all functions are automatically installed.

GITHUB 

Post a Comment

Previous Post Next Post