ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-04 20:26:18 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.3.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.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"6ccf1cde0b1520fa23c58120f9335f722393a2e6bd388224b5b121c67a266765",
"e28241bee6a46c833ef1b718f6c1814094bb2922f952729c868c99bf6891d132"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.3.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"6ccf1cde0b1520fa23c58120f9335f722393a2e6bd388224b5b121c67a266765",
"1394101e22f308093330ab001737fd9756273dffa03bf9cc949599347b0db35e"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"6ccf1cde0b1520fa23c58120f9335f722393a2e6bd388224b5b121c67a266765",
"796df07d7462b5a3bbaf8e2eed432e6c045fb0fbada5d0e1a38b1ac45d383b79"
]
}
},
"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"
}
}
}