We are going to learn how can we add Evil Eye Permanent Banner in Termux just in few clicks. We'll be using a simple tool Devil-Eye which is created by Adarsh Addee on Github. This tool will help you to add your name and evil eye banner in header of your termux device.
Whenever you'll open new sessions or open termux app after exiting from termux app you see your name and devil-eye banner in starting of your termux app or you can say header of your termux app. This looks cool and professional among others.
This simple tool will install some packages of termux for customizing termux. These packages are cowsay, figlet, ruby, lolcat. toilet. These are the packages which are used in Devil - Eye tool to install evil eye permanent banner in termux or you can say these packages are used to in Devil - Eye tool install devil eye permanent banner in termux.
How to Add Evil Eye Permanent Banner in Termux?
Here are few simple steps which can be completed in just few clicks. Just copy and paste following commands and you will be able to add permanent evil eye banner in termux.
Step 1:
apt update && apt upgrade -y
This command will update and upgrade pre-installed packages of termux or termux repo (repository).
Step 2:
apt insatll git -y
This command will install git in termux, git command is for Github . We will use git command in our next command.
Step 3:
git clone https://github.com/AdarshAddee/Devil-Eye.git
This git clone command will download devil-eye tool in your local storage from Github. Git clone will just some time depends on your internet speed.
Step 4:
cd Devil-Eye
cd stands for Change Directory, change directory in the sense go to devil eye directory from your current directory.
Step 5:
chmod +x devil-eye setup.sh
Using chmod command will give execute permission to devil eye and setup file.
Step 6:
./setup.sh
This command will download and install all the required packages which are need for proper execution of devil eye tool.
Step 7:
./devil-eye
This is the final step. Now, you just have to enter your name and banner name which will be shown on termux header for professional look.
When You will complete setup of evil eye or complete the setup of devil eye permanent banner in termux header, your termux will start looking professional.
How Can You Remove Devil Eye from Termux?
Step 1:
cd ~/Devil-Eye
This command will help you to go to devil eye folder no matter where you are.
Step 2:
chmod +x uninstall.sh
This command will help to give execute permission to unistall.sh file which contains all the commands which are required to uninstall devil eye tool.
Step 3:
./uninstall.sh
This command will execute uninstall.sh file and remove all installed packages from termux and free up your device storage space also.
Step 4:
cd; rm -r Devil-Eye
This is the combination of two commands where first command will take to home directory of termux and second command will remove Devil-Eye from termux.
Conclusion:
Devil Eye is a perfect tool for the customization of termux and make a professional look in termux app. You can also use devil eye for fun purpose. Adding and removing devil eye banner or evil eye banner in termux is very easy, we have seen so far. As this tool do most of the task automatically, so you don't need to worry about any error in command as happens in most of the tools.
If you found any error in devil eye tool then you can contact me on Instagram or create an issue on Github.
