Termux shell.

TERMUX SHELL MODIFICATION

         As we all know that we can customize termux shell as we want. So here are two font coloe style. You can copy one of them and paste it in your termux shell. I have made another tool t-shel. Using that tool you can Modify your termux like pro. I have added some sounds of robot voice so that it feels like there ia an AI in your termux like J.A.R.V.I.S. You can install that tool in your termux and show off in front of your friends.

Font colors for termux shell :
For tutorial video click here

FOR NEON GREEN FONT

nifce=$(ip r show | cut -d " " -f 3)
r='\[\e[1;31m\]'
g='\[\e[1;32m\]'
y='\[\e[1;33m\]'
b='\[\e[1;34m\]'
p='\[\e[1;35m\]'
c='\[\e[1;36m\]'
w='\[\e[1;37m\]'

# name and font color
# write your name in place of YOUR NAME
PS1="\n$r╔═[$b YOUR_NAME$r ] \n$r║ \n$r╚═[$g root@kali$b:~$g "

# corsor
echo -e '\e[3 q'
echo -ne "\033]12;#00ff00\007"
FOR GLOSSY RED FONT

nifce=$(ip r show | cut -d " " -f 3)
r='\[\e[1;31m\]'
g='\[\e[1;32m\]'
y='\[\e[1;33m\]'
b='\[\e[1;34m\]'
p='\[\e[1;35m\]'
c='\[\e[1;36m\]'
w='\[\e[1;37m\]'

# name and font color
# write your name in place of YOUR NAME
PS1="\n$r╔═[$b YOUR_NAME$r ] \n$r║ \n$r╚═[$g root@kali$b:~$r "

# corsor
echo -e '\e[3 q'
echo -ne "\033]12;#00ff00\007"

How to install T-shell in your termux :

(1) apt-get update
(2) apt-get upgrade 
(3) apt-get install git 
(4) apt-get install nano 
(5) apt-get install figlet 
(6) apt-get install play-audio 
(7) git clone https://github.com/IAMSOLO1/t-shell
(8) cd t-shell 
(9) chmod +x * 
(10) cd old chmod +x * 
(11) cd .. 
(12) bash install.sh OR ./install.sh
    
        After installing t-shell in your termux you will see new interface in your termux, and if you want to uninstall or remove that shell style just open your termux and type following commands. 

(1) cd t-shell
(2) bash uninstall.sh OR ./uninstall.sh 



Post a Comment

0 Comments