{ "version": "", "description": "A prompt theme engine for any shell", "homepage": "https://ohmyposh.dev", "license": { "identifier": "GPL-3.0-only", "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING" }, "architecture": { "64bit": { "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v/posh-windows-wsl-amd64.7z", "hash": "" } }, "bin": [ "oh-my-posh-wsl", "oh-my-posh.exe" ], "checkver": { "github": "https://github.com/JanDeDobbeleer/oh-my-posh3" }, "post_install": [ "Write-Host 'Thanks for installing Oh my Posh.'", "Write-Host 'Have a look at https://ohmyposh.dev/docs/installation for detailed instructions for your shell.'" ], "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-wsl-amd64.7z", "hash": { "url": "$url.sha256" } } } } }