Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.29 KB

Plenty of Info Theme 🎨

A detailed Oh My Posh theme that provides system and environment information in a visually appealing format without intruding on the command line space.

📸 Preview

screenshot preview of plenty-of-info

📌 Features

  • 💻 System information display (OS, memory usage)
  • 👤 User session details
  • 📁 Current directory path
  • 🌿 Detailed Git status information
  • 🔋 Battery status indicator
  • ⏱️ Command execution time
  • 🐍 Python environment indicator
  • 🐳 Docker environment information

🎨 Style

  • Diamond-shaped segments
  • Light background (#FEF5ED) with dark text (#011627)
  • PowerLine-style separators
  • New-line prompt layout

⚙️ Requirements

🚀 Installation

  1. Copy plenty-of-info.omp.json to your Oh My Posh themes directory
  2. Add to your PowerShell profile:
oh-my-posh init pwsh --config 'path/to/plenty-of-info.omp.json' | Invoke-Expression

For other shells, refer to the Oh My Posh Customisation docs.

📝 License

MIT © Scott Anderson 2024


Part of the Utility Scripts Collection