Termux customization with your own name (termux-banner + custom PS1)

Nayeem

New member
Credits
11
This Bash script contains Oh-My-Zsh With, command autosuggestion, syntax highlight plugins and terminal header with own name for TERMUX.

This script contains popular features​

  • oh-my-zsh themes
  • zsh-autosuggest-command plugins
  • zsh-syntax-highlighting plugins
  • termux-banner
  • PS1 with custom trim path indicator
  • Custom prompt cursor

Termux keyboard features with shortcuts​

  • open new session CTRL + t
  • close terminal swipe up throughout that icon
  • swich between two sessions CTRL + 4 and CTRL + 5
  • other shortcuts need video guide.

Download and installation steps​

Command :-
Code:
apt update && yes | apt upgrade && apt update && apt install git -y
Code:
git clone https://github.com/remo7777/T-Header.git && cd T-Header && bash t-header.sh
 
Last edited by a moderator:
Top Bottom