ScoopInstaller_Main/bucket/oh-my-posh.json
2025-07-18 08:30:45 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.17.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.17.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"ffacdea949b07289e74ee130af318f2e78a342c7857b267b54948edea26a6357",
"173ea53209320aa6c1bbed0803843246243ee3f849449062bd32c7c8968e08bd"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"ffacdea949b07289e74ee130af318f2e78a342c7857b267b54948edea26a6357",
"93252ac964abc24ed77d29e6c9d06caa0226e03ecfa21d35e1625666d4d678e3"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"ffacdea949b07289e74ee130af318f2e78a342c7857b267b54948edea26a6357",
"02b176f4dc8789dbd1ceba2224f77238de7989140bd88f12c35a26f0509297df"
]
}
},
"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"
}
}
}