ScoopInstaller_Main/bucket/oh-my-posh3.json
2021-12-27 12:30:02 +00:00

30 lines
1008 B
JSON

{
"version": "6.41.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.41.1/posh-windows-amd64.7z",
"hash": "96af41b26afb632ec425cadfcc3acd2797b6898a11208b7e47f109a207db3481"
}
},
"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"
}
}
}