ScoopInstaller_Main/bucket/oh-my-posh.json
2022-04-29 20:28:24 +00:00

29 lines
964 B
JSON

{
"version": "7.75.0",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "MIT",
"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-posh/releases/download/v7.75.0/posh-windows-amd64.7z",
"hash": "dbc92999908b1bf368b3093476e7102d812ea3186771fc2d6650c5b4e91b3f1a"
}
},
"bin": "bin\\oh-my-posh.exe",
"persist": "themes",
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.7z"
}
},
"hash": {
"url": "$url.sha256"
}
}
}