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

74 lines
3.1 KiB
JSON

{
"version": "26.16.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.16.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.16.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"899bcf384e6e82ea70f6281fc7fbcc9edbd8adb371d52681fa188cec2c6b9e89",
"7f429be3c3dc6c90d3cecf89c8a73edc6bcc2a8a8309b5f13235c22b2c96cf2d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.16.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.16.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"899bcf384e6e82ea70f6281fc7fbcc9edbd8adb371d52681fa188cec2c6b9e89",
"94b246071ea5a2bfbdc358cc32a9285b9370b80fad2b5432eb254d38f3f68450"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.16.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.16.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"899bcf384e6e82ea70f6281fc7fbcc9edbd8adb371d52681fa188cec2c6b9e89",
"e5fcb40941751aa47c27ae5a780e05e3420b3892cf063ffba7e1abde022f0ffb"
]
}
},
"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"
}
}
}