This repository stores my personal configuration files for various tools.
This repository contains themes for Oh My Posh, a prompt theme engine for any shell.
- green: A green-based theme that displays session, path, and git status information.
- Install Oh My Posh by following their installation guide.
- Copy the theme file(s) from the
oh-my-posh/themesdirectory to your Oh My Posh themes directory. - Configure your shell's profile to use the theme. For example, in PowerShell:
(Replace
oh-my-posh init pwsh --config "$HOME/.poshthemes/green.omp.json" | Invoke-Expression
$HOME/.poshthemes/with your actual theme directory if different.)