ScoopInstaller_Main/bucket/oh-my-posh3.json
2021-10-11 00:50:07 -07:00

30 lines
1014 B
JSON

{
"version": "5.7.5",
"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.7.5/posh-windows-wsl-amd64.7z",
"hash": "b222adb377adcfc9fae8d219aedbbd7b5f5c3fa5aa88ff50a6190e0605783471"
}
},
"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"
}
}
}