How to Customize Termux, Make Termux terminal look Awesome



How to Customize Termux, Make Termux terminal look Awesome – ANCII, Color, Font, Style

First, we need to remove all the Termux welcome screen text and after insert some cool text.

How to Remove Termux Welcome screen Text

Open Termux app and type-

  1. cd ..
  2. ls
  3. cd usr/etc
  4. ls
  5. rm -rf motd
  6. Open a new terminal, and see the Termux terminal is totally clear.

Make Termux terminal look Awesome Color, Font, Style

Requirements-  curl tool

type following command

  1. apt update
  2. apt upgrade
  3. clear
  4. apt install curl -
  5. sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)"

wait for a complete install and choose any option according to you.

 

If you need to change the color scheme then type

~/.termux/colors.sh

If you need to Change font then type

~/.termux/fonts.sh

How to Customize Termux, Make Termux terminal look Awesome - ANCII, Color, Font, Style 4


 

 

Post a Comment

Previous Post Next Post