ScoopInstaller_Main/bucket/oh-my-posh.json
2025-09-22 08:30:22 +00:00

54 lines
2.2 KiB
JSON

{
"version": "26.24.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.24.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"b95420a1b321d12982e5cfa38c312038aae6bbef2da0eccc176c9a91c911154d",
"69e0e1cfa6850969170006dbda6d988341cf8eba937b023845a8954684f2280c"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.24.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"b95420a1b321d12982e5cfa38c312038aae6bbef2da0eccc176c9a91c911154d",
"c6c4649204261d75467abc60fd7a0f5c907f83b0cd542a621cb3d48757989102"
]
}
},
"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"
]
}
}
}
}