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

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

Awesome Lists containing this project

README

        

# kvtheme

![Alt text](docs/img/prompt-pic.png)

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-posh

Also 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
```