ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-07 00:39:50 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.4.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.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1435551123f315548daa59c26a32a405b5e3f0c36bbedfa8030c1a0f2fab8157",
"c4ee13b8786df443e64f9638747943334c63f745d21efc5510903bc68a9243a1"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"1435551123f315548daa59c26a32a405b5e3f0c36bbedfa8030c1a0f2fab8157",
"1ede1aedfc189ce9f5181ac30dc0f8bf44e94d0f9d8d36b253ccae5ab5658a61"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1435551123f315548daa59c26a32a405b5e3f0c36bbedfa8030c1a0f2fab8157",
"ec64f9f2f3585322cab7f7276c265f9fd3fe58da56b6883f8e5df5e45b9e2c40"
]
}
},
"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"
}
}
}