Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 681 Bytes

File metadata and controls

27 lines (17 loc) · 681 Bytes

omp

Managed Oh My Posh prompt theme. Stows into ~/.config/omp/.

The zsh package initializes Oh My Posh against this config (see the zsh prompt layer).

What it configures

  • Prompt segments (path, git, status) and layout.
  • Catppuccin Macchiato palette colors.

Files

File Stowed to Purpose
.config/omp/omp.toml ~/.config/omp/omp.toml Oh My Posh prompt theme

Setup

No dedicated guide. Stow with the standard workflow:

# Dry run first
stow --dir=stow/common --target="$HOME" --simulate omp

See the Packages Setup Guide to install Oh My Posh itself.