ScoopInstaller_Main/bucket/oh-my-posh.json
2025-08-30 20:27:23 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.20.1",
"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.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940",
"df94a60b1eda6ea01504476e95927aa621d573bfb6f92e57034067fcb1b8cba7"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940",
"9a3a10842a0b1733c22c2c79cf14182c9410230ddd29f4bb9f30c5030da9f997"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.20.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"b44aff0a6f6509fe46de354d1b2e8a5f0b2f5061274b5449e440502f6af74940",
"3b2ee48a78c397efa6acfbe94e56fb89402f2534763c533c1bb61acf024ad276"
]
}
},
"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"
}
}
}