ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-25 16:30:33 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.11.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.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.11.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"f515a5a7bb2999f1e3a89b3dd6b1f7b8c22335af0447c5da4f7a1b5e17cb3b5e",
"a6b9e673d5c483e4c223c6b69655a454aca2a2ccc4eb8f72b90728b5114f7cbc"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.11.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"f515a5a7bb2999f1e3a89b3dd6b1f7b8c22335af0447c5da4f7a1b5e17cb3b5e",
"ffaf2f82ea3e7e2b4ad257955e3700b48260296b737f85e7809cf5f678f46f4a"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.11.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"f515a5a7bb2999f1e3a89b3dd6b1f7b8c22335af0447c5da4f7a1b5e17cb3b5e",
"744535defbd95f2831e7cec9f8021d730c48aa6d3f073e6f08eafcd550af579e"
]
}
},
"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"
}
}
}