mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "3.94.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/installation#4-replace-your-existing-prompt' for shell specific configurations.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.94.5/posh-windows-amd64.exe#/oh-my-posh.exe",
|
|
"hash": "c433885154b7413492894a8aa761959da0877882a463710b079085dbe26150ec"
|
|
}
|
|
},
|
|
"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.exe#/oh-my-posh.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|