How to add a ParrotOS style command line to Termux

A nice little GitHub project that has reskinned the Termux interface for Android to look similar to ParrotOS ohmyzsh terminal.

Install is super easy and will work on most if not all devices that are compatible with Termux.

First open Termux and enter these commands one by one

cd $HOME
pkg up -y
pkg install git -y
git clone https://github.com/termuxprofessor/parrotshell
cd parrotshell
chmod +x *
bash install.sh
Yes

Now fully close and reopen Termux and you should be presented with the new style!

To Uninstall

cd $HOME
cd parrotshell
bash uninstall.sh

That will uninstall the theme and you will be normal.

Credit: TermuxProfessor on GitHub - https://github.com/termuxprofessor/parrotshell