ScoopInstaller_Main/bucket/oh-my-posh.json
2025-08-28 12:31:45 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.19.2",
"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.19.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"dc67eca37c52752544b166f4d2bd1bc89d60257dd56d3904926d5e7ae86f1bd4",
"474e1e14b8f307723057466fef19e1e3978c36e977efbf73b9022a8dde802817"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"dc67eca37c52752544b166f4d2bd1bc89d60257dd56d3904926d5e7ae86f1bd4",
"2a6165ae55e80856e7065a60ca7ce629d20f0ede441ef28f4b2360b76cf8e66a"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"dc67eca37c52752544b166f4d2bd1bc89d60257dd56d3904926d5e7ae86f1bd4",
"dbfb9684a77fbafa0e9725d6614ad881f4ed5e883b18f8be6c688cef7374bc2c"
]
}
},
"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"
}
}
}