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

74 lines
3.1 KiB
JSON

{
"version": "26.17.3",
"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.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"2aae0f7fe34f39ae64e33508b7b0711c1722020b44c1a1a8dd1af7a9a567ba27",
"75516d8889214bbd2317c2f79caa4e551d482a6c8c8d95737ea5a7bab6013577"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.3/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"2aae0f7fe34f39ae64e33508b7b0711c1722020b44c1a1a8dd1af7a9a567ba27",
"87e51f7663fbf7067cc55bd3b28c42e9cf6f2721aed018f33839fa832743cd19"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"2aae0f7fe34f39ae64e33508b7b0711c1722020b44c1a1a8dd1af7a9a567ba27",
"506a2707415e308e2fcb991430e46ce4c4195d41f49b0af9c6417ec9727dd713"
]
}
},
"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"
}
}
}