ScoopInstaller_Main/bucket/oh-my-posh.json
2023-05-31 08:27:58 +00:00

73 lines
3.0 KiB
JSON

{
"version": "16.9.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/v16.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.9.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"5ccc3a450b685207f2ceeffdfe962600b3264e3efa27616b13300cbc91c64b25",
"e6832e4ad44b6a9ff3de89f601a72128f6a0569fad07a9c6463a265e24e17b9c"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.9.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"5ccc3a450b685207f2ceeffdfe962600b3264e3efa27616b13300cbc91c64b25",
"128c6bd0b7cb46cc5b48a4e0651a866fbab837b989ea77d7264818585e7622da"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.9.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"5ccc3a450b685207f2ceeffdfe962600b3264e3efa27616b13300cbc91c64b25",
"f1e9c07da42dd904da7716a1d6594042c1645e04bd3243dd7bb3040d21acbe96"
]
}
},
"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"
}
}
}