Skip to content

linux-edu/Pretty-Prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Pretty-Prompt

This script lets you apply Linuxโ€“inspired prompt styles to your terminal. Clean, fast & safely.

๐ŸŽฏ Features

  • Works on Debian-based (Ubuntu, Termux, etc.)
  • No package installation or updates
  • Prompt-only customization (no figlet, lolcat, or neofetch)
  • Three color themes based on Linux CLI aesthetics
  • Safe .bashrc backup and easy uninstall

๐Ÿ“ฆ Files

  • install.sh โ€“ Install and choose your CLI prompt style
  • uninstall.sh โ€“ Restore your original .bashrc or remove custom section1. Clone the repo or download the script:
  • .gitignore โ€“ Ignore temporary files
  • LICENSE โ€“ MIT License

๐ŸŽจ Prompt Styles

  1. Minimal โ€“ Red prompt: user@host:/path$
  2. Classic โ€“ Red + Blue (Bold): user@host:/path$
  3. Pro โ€“ Multiline with Cyan/Yellow path

๐Ÿ› ๏ธ Installation

  1. Clone the repo or download the script:

    git clone https://github.com/linux-edu/Pretty-Prompt.git
    
    cd Pretty-Prompt
  2. Run the script:

    chmod +x install.sh
    
    ./install.sh
  3. 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. ๐Ÿ™

Sponsor

About

Pretty colorful prompt for your terminal shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages