This script lets you apply Linuxโinspired prompt styles to your terminal. Clean, fast & safely.
- Works on Debian-based (Ubuntu, Termux, etc.)
- No package installation or updates
- Prompt-only customization (no
figlet
,lolcat
, orneofetch
) - Three color themes based on Linux CLI aesthetics
- Safe
.bashrc
backup and easy uninstall
install.sh
โ Install and choose your CLI prompt styleuninstall.sh
โ Restore your original.bashrc
or remove custom section1. Clone the repo or download the script:.gitignore
โ Ignore temporary filesLICENSE
โ MIT License
- Minimal โ Red prompt:
user@host:/path$
- Classic โ Red + Blue (Bold):
user@host:/path$
- Pro โ Multiline with Cyan/Yellow path
-
Clone the repo or download the script:
git clone https://github.com/linux-edu/Pretty-Prompt.git cd Pretty-Prompt
-
Run the script:
chmod +x install.sh ./install.sh
-
To uninstall:
chmod +x uninstall.sh ./uninstall.sh
๐ Sponsor Us
If you find our work useful, consider supporting it.
Your sponsorship helps us:
- Maintain and improve open-source tools like
safe-upgrade
- Create more scripts for Termux and Linux users
- Dedicate time to education and community projects
Even small contributions go a long way โ thank you for helping us keep open-source accessible to everyone. ๐