How To Customize Termux

Опубликовано: 08 Май 2026
на канале: UpTech
404
3

This video will show you how to customize Termux. How to change color schemes and fonts with Termux-Ohmyzsh.


PLEASE DON'T FORGET TO LIKE AND SHARE 👍
If you haven't already done so, please subscribe to Chanel.
   / @uptechtube  

_____________________________________

Removing Termux Welcome Screen Text

We will start with removing termux welcome screen text.
Type:
cd ..
To change directory.
ls
To list directory.
cd usr/etc
Change directory to etc
ls
List directory.
rm -rf motd
Remove file named motd.

When you start new window you will see that there is no more welcome text and termux start with clean window. With those commands we were to remove motd file.

Now lets see how to change color schemes and fonts.
There are more ways to do this, but we will use Termux-Ohmyzsh.

You will need curl installed.
So if you don't have it already type those commands:
pkg update && pkg upgrade
And
pkg install curl
With curl, you can download files from the Internet.


Install Termux-Ohmyzsh

So now when all is set we can proceed type or copy this line in your termux terminal: 


( Because YouTube description box doesn't allow copying text from description on YouTube phone app and shorten domain links, it's not possible to add command in description to download Termux-Ohmyzsh. To do that visit our site and copy it from article. Link Below:)
https://www.uptech.cf/post/how-to-cus...

It will download Termux-Ohmyzsh.


Change Color Schemes

Now when you have installed.
Type:
chcolor
Or run: ~/.termux/colors.sh 
To change color schemes.

You can change color schemes simple by entering the number of the scheme you want to use.


Change Fonts

To change fonts.
Type:
chfont
Or run: ~/.termux/fonts.sh

And same as for color scheme type number of font style you want to use and hit enter. You can use two finger pinches to adjust font size.

_____________________________________

🌐 WEBSITE

You can read this article or find out about more interesting tips and tech topics on our site.
Website: https://uptec.netlify.app/
_____________________________________

📱 WE ARE SOCIAL

Follow us on social media:
Instagram:   / uptechinsta  
Pinterest:   / uptech_  
Twitter:   / uptech11  
_____________________________________


#termux #android #howto #phone #hacking