ScoopInstaller_Main/bucket/oh-my-posh.json
2025-08-05 12:32:12 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.18.0",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "MIT",
"notes": "Refer to 'https://ohmyposh.dev/docs/installation/prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.18.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.18.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"93c3f46ec8816fd92514421b6f03cfcdb1ea27ff655cf1f0482cafa2cceee1a4",
"11e54db272f30e93a64aac7688710842446d76727f5ef9440d4759509d5cf8c2"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.18.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.18.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"93c3f46ec8816fd92514421b6f03cfcdb1ea27ff655cf1f0482cafa2cceee1a4",
"191cc6322040048efe9abb226078cb616af3512ce3019f99d4ac75f99b913778"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.18.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.18.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"93c3f46ec8816fd92514421b6f03cfcdb1ea27ff655cf1f0482cafa2cceee1a4",
"1c7c9d28a3c332bec316478874f8bba869c913151de4be60ec912d7e5cd113e3"
]
}
},
"extract_to": "themes",
"env_set": {
"POSH_THEMES_PATH": "$dir\\themes"
},
"bin": "oh-my-posh.exe",
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.exe#/oh-my-posh.exe"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-386.exe#/oh-my-posh.exe"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-arm64.exe#/oh-my-posh.exe"
]
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256.*?$basename"
}
}
}