ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-25 12:33:25 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.10.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.10.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.10.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"e2294c4be677514edf45375aa59d6426a5f6e7789f5cd74a36ac2d2d9e4ada38",
"caf462bd674cd4fba397f14e2349bf039c3ded76891b1a6e78ced6a6a7e852f2"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.10.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.10.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"e2294c4be677514edf45375aa59d6426a5f6e7789f5cd74a36ac2d2d9e4ada38",
"2f9753dbf4f551e355d4471482a7f95c1c37ac267f1a06bb9de6479e41f4c997"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.10.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.10.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"e2294c4be677514edf45375aa59d6426a5f6e7789f5cd74a36ac2d2d9e4ada38",
"838f8ba1ce91dd72e4621f9b3ef9f594792e8f8aa1ce85cf3a9341f7cda7f236"
]
}
},
"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"
}
}
}