mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
30 lines
1008 B
JSON
30 lines
1008 B
JSON
{
|
|
"version": "6.42.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/windows#replace-your-existing-prompt' for shell specific configurations.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v6.42.0/posh-windows-amd64.7z",
|
|
"hash": "c3c86df92ebbd05c9e860acdb5d6bb6fdcedaeee17757530f637c8927dec4682"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|