ScoopInstaller_Main/bucket/oh-my-posh.json
2025-07-06 20:28:50 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.14.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.14.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"945ab516f00c6203ae069fddca30de3fb9785d771e40d3d9b46f9721152c0aec",
"63d55acb91d96bb4a4fefac77d6a551cb3beeda9772effeb9a3dd58850f78fb2"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"945ab516f00c6203ae069fddca30de3fb9785d771e40d3d9b46f9721152c0aec",
"36319b818ce796f290a6d38f5b85c322c3c6d8bd1a504e911c010d89f328918d"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"945ab516f00c6203ae069fddca30de3fb9785d771e40d3d9b46f9721152c0aec",
"baac3cd312c61b9ca1bc58f44f66f6751492e0eb1051056dff67023d15f4505f"
]
}
},
"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"
}
}
}