ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-29 08:30:34 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.4.1",
"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/v27.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"d3b7cf8ce91c9b9d7c508fa79e3a1c418990e2fc36e988fc1ec4f02a8243e35a",
"1bd4e0b79b9e01ad797284abc313080467b63d7418d71098cb8ec3521ab514b6"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"d3b7cf8ce91c9b9d7c508fa79e3a1c418990e2fc36e988fc1ec4f02a8243e35a",
"80e3ab4aa33be5d14e7ed6d06a1cb83c58037f0b17b8c1cb734988f6a0b2c275"
]
}
},
"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"
]
},
"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"
]
}
}
}
}