ScoopInstaller_Main/bucket/oh-my-posh3.json
2021-12-18 20:27:17 +00:00

30 lines
1008 B
JSON

{
"version": "6.37.1",
"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/v6.37.1/posh-windows-amd64.7z",
"hash": "b968bfb01e9a356f1f80d7fb89a1a1306995d1610cb5446b31a0ccc91665f97e"
}
},
"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-amd64.7z"
}
},
"hash": {
"url": "$url.sha256",
"regex": "$sha256"
}
}
}