ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-09 20:29:38 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.6.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.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.6.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"49be0b5e63355a66073b81e2ca06cd4d12b31fd19d9b2b096a5fdce8cc8535b8",
"5603dfa4d3049ff3eb16f99a98612cef487388fc01cbd96f91357a984df28dae"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.6.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"49be0b5e63355a66073b81e2ca06cd4d12b31fd19d9b2b096a5fdce8cc8535b8",
"aef6dc3a6a6d1adfb1d78a219ce081e6eba43f1b32a32f773b6ddcfbac23bbfd"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.6.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"49be0b5e63355a66073b81e2ca06cd4d12b31fd19d9b2b096a5fdce8cc8535b8",
"e7a7cccfefb1e81054684d85a2a2745ed82e01b494818cfcd302b70268fe4695"
]
}
},
"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"
}
}
}