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
- Host: GitHub
- URL: https://github.com/minh711/oh-my-posh-theme
- Owner: minh711
- Created: 2025-06-12T02:07:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-06-28T01:58:41.000Z (4 months ago)
- Last Synced: 2025-06-28T02:39:54.352Z (4 months ago)
- Topics: customization, oh-my-posh, oh-my-posh-theme
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

2. Display `venv` name

## 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)