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

74 lines
3.1 KiB
JSON

{
"version": "26.13.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.13.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.13.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"79ee85a2e6028857d24350eb09996cdeacbaf418433c52fc4b878ad4e5bb94a5",
"361313555a71cae7583d92ec1965c9c6a9760934d418818d7c517d016cd2406c"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.13.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.13.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"79ee85a2e6028857d24350eb09996cdeacbaf418433c52fc4b878ad4e5bb94a5",
"9e2957cfd855bb0ba2a30746d5ca1ab75f1cf0f1c5dee3195d00280f014b69ce"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.13.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.13.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"79ee85a2e6028857d24350eb09996cdeacbaf418433c52fc4b878ad4e5bb94a5",
"2da235394a57ef4e38ff99debc0b0372177e6dd3b13801f759220c8ec8e535a3"
]
}
},
"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"
}
}
}