ScoopInstaller_Main/bucket/oh-my-posh3.json
2021-11-02 08:32:43 +01:00

30 lines
1016 B
JSON

{
"version": "5.16.4",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "GPL-3.0-only",
"notes": "Refer to 'https://ohmyposh.dev/docs/windows#replace-your-existing-prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v5.16.4/posh-windows-wsl-amd64.7z",
"hash": "04552604dc1f169cbfce39eead3b176c8b9bb696ca3d422bb1e82c0a0f460074"
}
},
"bin": "bin\\oh-my-posh.exe",
"persist": "themes",
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh3"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-wsl-amd64.7z"
}
},
"hash": {
"url": "$url.sha256",
"regex": "$sha256"
}
}
}