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

74 lines
3.1 KiB
JSON

{
"version": "26.19.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.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"eeb2027093b4ec83aba9e09519bf7872fb896a557051afa4bb85f2076d0b29f9",
"ed04ace451b0f2b507b54c73da24ac9c5569b257a94687cff929a7db35d7710e"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"eeb2027093b4ec83aba9e09519bf7872fb896a557051afa4bb85f2076d0b29f9",
"1ada34cbfd83aa95723b15557c3e91ce2c8241fb4628c3a05ddf9903f4a3c9fc"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.19.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"eeb2027093b4ec83aba9e09519bf7872fb896a557051afa4bb85f2076d0b29f9",
"0729439be87eb7494b8d4c41e48701c4be990f86690aad5263cb319dc4f8ab45"
]
}
},
"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"
}
}
}