ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-03 16:30:28 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.0.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/v27.0.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.0.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"f66f5425aeb32460deaf639e2537a450d4fbb139108a0aa15492b4620a7b984f",
"9211170548941fd06e3128d252a37b6755b34554fe0c001f8fb03c475c981174"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.0.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.0.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"f66f5425aeb32460deaf639e2537a450d4fbb139108a0aa15492b4620a7b984f",
"bd2e46c0b733bfa8a9fa7eec656399cabe9573966e4939acfd8627fe5569d046"
]
}
},
"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"
]
}
}
}
}