How to customise Termux tool | Changing Font style, color, figlet name etc | TechXtra
Hey guys, welcome back to your one only favourite blog... Today I'm gonna post an article about how to customise Termux tool in easy way.
What is customization?
The customisation of Termux tool depends on following manner:
In this screen, you have to edit some command. Type the following command after } bracket.
The apt update command is used to update your Termux Terminal to its newest version. The apt upgrade tool will upgrade the pre-installed tool of your Termux Terminal. The clear command will clear all the installation and updation or everything that is printed on your Termux Terminal and give you a clean and new screen to start your process. The apt install curl command is used to install the curl package and to proceed further in the installation of customisation tool.
**If you are able to see the interface given above in the picture that means you are all done with installation part and ready for using it.**
That's all for now guys,
hotsky (TechXtra)
Signing off...😊
NOTE: This post is only for educational purpose, any misuse done by your side, TechXtra & The respective Author will not be responsible.
What is customization?
Customization is a modification made to a product or service to suit a specific purpose. There is a difference between customerization and customization. A company can customize products to fit a customer's specifications. In this case, the company creates the product value. But, customerization results in a co-created value. In a customerization strategy both the company and the consumer contribute to the resulting product value.
- Removing Welcome Screen
- Insert ANCII text of your Nick Name
- Font Style & Color of Termux Terminal
Let's get started...
Removing Welcome Screen:
Step 1: Open Termux Tool & Enter the following commands one by one.
Step 2: Commands are as follows:
cd ..Step 3: Now exit the Termux tool and restart it again... It's Done!!!
ls
cd usr/etc
ls
rm -rf motd
Insert ANCII of your Nick Name:
Step 1: Open Termux Tool & Enter the following commands one by one.
Step 2: Commands are as follows:
pkg install figletStep 3: Now again restart the Termux tool and type the following commands.
pkg install nano
cd ..Step 4: After doing all this, you will see the following screen.
ls
cd usr
ls
cd etc
ls
nano bash.bashrc
In this screen, you have to edit some command. Type the following command after } bracket.
figlet -f standard darkwikiStep 5: It's Done!!!
Font Style & Color of Termux Terminal:
Step 1: Open Termux Terminal in you device & Enter the following commands one by one.
The apt update command is used to update your Termux Terminal to its newest version. The apt upgrade tool will upgrade the pre-installed tool of your Termux Terminal. The clear command will clear all the installation and updation or everything that is printed on your Termux Terminal and give you a clean and new screen to start your process. The apt install curl command is used to install the curl package and to proceed further in the installation of customisation tool.
Step 2: Commands are as follows:
apt updateStep 3: Now type 0 and restart the Termux tool. Typing 0 will take the default theme of the Termux Customization tool. That's why I recommend you to do the check it by typing other numbers and trying or experiencing other theme.
apt upgrade
clear
apt install curl -
sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)"
In order you have to change color, Type following command:
~/.termux/colors.sh
In order you have to change font, Type following command:
~/.termux/fonts.sh
**If you are able to see the interface given above in the picture that means you are all done with installation part and ready for using it.**
That's all for now guys,
hotsky (TechXtra)
Signing off...😊
NOTE: This post is only for educational purpose, any misuse done by your side, TechXtra & The respective Author will not be responsible.
0Comments
Post a Comment