An open API service indexing awesome lists of open source software.

https://github.com/minh711/oh-my-posh-theme

My customized theme for oh-my-posh
https://github.com/minh711/oh-my-posh-theme

customization oh-my-posh oh-my-posh-theme

Last synced: 2 months ago
JSON representation

My customized theme for oh-my-posh

Awesome Lists containing this project

README

          

# oh-my-posh theme
My customized theme for oh-my-posh

## Features

> **NOTE**: The styles and colors are not updated

1. Remove uneccessary segments, just keep **path** and **git**

![image](https://github.com/user-attachments/assets/44044fb3-456a-4abe-8b48-18a69be34b53)

2. Display `venv` name

![image](https://github.com/user-attachments/assets/0baf088a-acb1-486b-9536-8f4af47adc3c)

## Installation

### On Windows

Go to this location:

```bash
C:\Users\{username}\AppData\Local\Programs\oh-my-posh\themes
```

Then paste the json there.

Put this theme in the profile ([How to create a profile?](https://ohmyposh.dev/docs/installation/prompt)):

```bash
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/custom.omp.json" | Invoke-Expression
```

### On Linux

(add later)