ScoopInstaller_Main/bucket/oh-my-posh3.json
2021-05-27 23:17:14 -07:00

30 lines
1.0 KiB
JSON

{
"version": "3.158.3",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "GPL-3.0-only",
"notes": "Refer to 'https://ohmyposh.dev/docs/installation#3-replace-your-existing-prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.158.3/posh-windows-wsl-amd64.7z",
"hash": "47284b5e04d2ff15f76d956736bdbf405d3ec5acae233694e04e80cf4baff6df"
}
},
"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"
}
}
}