ScoopInstaller_Main/bucket/oh-my-posh3.json
2021-01-20 07:20:21 +01:00

30 lines
1.0 KiB
JSON

{
"version": "3.77.0",
"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#4-replace-your-existing-prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.77.0/posh-windows-amd64.exe#/oh-my-posh.exe",
"hash": "206b1f86d651c91db9e52612a0765145af5869126f75cc23a8ec9a6b2ae35996"
}
},
"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-amd64.exe#/oh-my-posh.exe"
}
},
"hash": {
"url": "$url.sha256",
"regex": "$sha256"
}
}
}