ScoopInstaller_Main/bucket/oh-my-posh.json
2025-07-07 12:32:11 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.14.3",
"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.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1fb473a9c4db4ab6f94470daba931dc802b384c3702059f07325f0dbd1a332fb",
"6d1cc92709f196542f308f5e8e12b0eda59ac4efcf1862459eefb1d5a745d99d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.3/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"1fb473a9c4db4ab6f94470daba931dc802b384c3702059f07325f0dbd1a332fb",
"dd0b8896adebc86aa7b6eaff96867a0310f85a8e0d6d8f05f0ecac8ff1c3428d"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1fb473a9c4db4ab6f94470daba931dc802b384c3702059f07325f0dbd1a332fb",
"b28a0688700ada71344ac966b795cbea0db50f79abadd4b4bf6c8b00a8ff0952"
]
}
},
"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"
}
}
}