ScoopInstaller_Main/bucket/oh-my-posh.json
2025-09-22 20:28:38 +00:00

54 lines
2.2 KiB
JSON

{
"version": "26.24.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/v26.24.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"a03cbae56910968f951d3ca2176d13860b5294b7158862ff34efc3b31173caf7",
"071e99cb4622f57c1b0aaae5815f41cf20cad4af638de19b57e64c0b8b779f8b"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"a03cbae56910968f951d3ca2176d13860b5294b7158862ff34efc3b31173caf7",
"a7420f9587753ea2fbe9d62af806c0dcc6b0f330e8947712be959c08f42bd573"
]
}
},
"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"
]
}
}
}
}