Just one command to fully setup Termux my way
- Paste it, run it and DONE...
pkg update && pkg upgrade -y && curl -L https://raw.githubusercontent.com/iamfatinilham/termux-one-file-setup/main/install.sh -o $HOME/install-onefile.sh && chmod +x $HOME/install-onefile.sh && $HOME/install-onefile.sh && rm -f $HOME/install-onefile.sh && exec zsh⚠️ Just run it at your own risk
-
--threeline-promptYou can use this flag to make the prompt threeline (A custom modification of KaliLinux twoline prompt)
-
--more-left-paddingYou can use this flag to add more padding to the left
-
--debugUse this command for verbose mode.
You can also use this command debug-command.txt to fully debug the script.