https://github.com/katy248/kvtheme
Theme for oh-my-posh
https://github.com/katy248/kvtheme
oh-my-posh
Last synced: 3 months ago
JSON representation
Theme for oh-my-posh
- Host: GitHub
- URL: https://github.com/katy248/kvtheme
- Owner: Katy248
- Created: 2023-05-19T15:09:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T18:02:58.000Z (10 months ago)
- Last Synced: 2025-01-21T18:48:40.894Z (4 months ago)
- Topics: oh-my-posh
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kvtheme

PowerShell theme for [oh-my-posh](https://ohmyposh.dev/)
## Features
- Pink: uses pink color in theme
- Git: displays git information when shell in a git repository
- Transient prompt: replaces the prompt with a simpler one to allow more screen real estate
- Crossplatform: as powershell you can use it on every OS## Requirements
- PowerShell
- Oh-my-poshAlso don't forget about:
- Nerd fonts
## Installation
Clone repository
```pwsh
git clone https://github.com/Katy248/kvtheme ~/.themes/powershell
```Initialize theme
```pwsh
oh-my-posh init pwsh --config ~/.themes/powershell/theme.omp.json | Invoke-Expression
```