Friday, March 27, 2020

Customize your termux as you like

How to Customize Termux, Make Termux terminal look Awesome – ANCII, Color, Font, Sty
By
Slhackinggeek


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

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



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 new terminal, and see the termux terminal is totally clear.

How to Insert ANCII txt in your termux terminal
Open new session in termux and type following command


  1. pkg install figlet
  2. pkg install nano
  3. again new session open & type -
  4. cd..
  5. ls
  6. cd usr
  7. ls
  8. cd etc
  9. ls
  10. nano bash.bashrc

type following command
  1. figlet -f standard darkwiki
after all process termux welcome scree look like awesome no other text

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 complete install and choose any option according to you.
for Example:
  1. type 0
  2. and restart termux app

If you need Change color scheme then type


~/.termux/colors.sh

If you need Change font then type


~/.termux/fonts.sh




If you have any problem... comment below

No comments:

Post a Comment

Customize your termux as you like

How to Customize Termux, Make Termux terminal look Awesome – ANCII, Color, Font, Sty By Slhackinggeek “How to Customize ...