ScoopInstaller_Main/bucket/oh-my-posh.json
2025-08-12 20:30:23 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.19.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.19.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"df5d1e50a998a3d745794ed68af5a2407c8402c0c7353622499c3458720dec43",
"55f54c9f60cfe16fe4252e349380764ac53f3d8e02b5a1d2394b1f130625475e"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"df5d1e50a998a3d745794ed68af5a2407c8402c0c7353622499c3458720dec43",
"390252cadd55d61ce88329839b781dd5bee8326e03873eb91ae5b3ca5f34a116"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"df5d1e50a998a3d745794ed68af5a2407c8402c0c7353622499c3458720dec43",
"50fc4e87494da60c861c7e84681c651232ac9f0e03958ab5aa45843694adc402"
]
}
},
"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"
}
}
}