ScoopInstaller_Main/bucket/oh-my-posh.json
2024-03-15 08:27:25 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.17.2",
"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/v19.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.17.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"6c39c82309f5ded2c46c0fd908d0f3c9c410758696958708aac042122514bd24",
"cfd9b695bc410715d471bcf0ca8f4c54d62715309dd7231de5ccf5024653ccc1"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.17.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"6c39c82309f5ded2c46c0fd908d0f3c9c410758696958708aac042122514bd24",
"2986e70cee2f41cddf303709cb45fb530d85a05340e63471ae2fad78435e5b1d"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.17.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"6c39c82309f5ded2c46c0fd908d0f3c9c410758696958708aac042122514bd24",
"fd551335801078425264bbba9c113d33b27027dca72dee297336426d9a214ac2"
]
}
},
"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": "$url.sha256"
}
}
}