ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-14 12:31:05 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.7.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.7.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.7.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"4c4880d34701015fe66618b15d915854ff4b6fb968a0dda5929ef920ac98c251",
"ab078b3616e5a49bcd526fde60e473250f261aff3467cf133544db18b356e872"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.7.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.7.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"4c4880d34701015fe66618b15d915854ff4b6fb968a0dda5929ef920ac98c251",
"9f7fb7b21a08aa25d889566b66d28a6a0e4a0c8e81473623bac52a6a7c195759"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.7.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.7.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"4c4880d34701015fe66618b15d915854ff4b6fb968a0dda5929ef920ac98c251",
"31657642fa291e5d06c135e87b151da820293546c7fc13e8e70554b20dc9ad28"
]
}
},
"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"
}
}
}