ScoopInstaller_Main/bucket/oh-my-posh.json
2024-02-07 08:25:11 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.8.3",
"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.8.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1f24f1b5c52420f36911994cb5b11e0fbc134841bdc066eb04af31f512d5aaf8",
"cb60c81b1bae60c050116992ceb0f15d39f97533af9e6806941d3945869e5ca5"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.3/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"1f24f1b5c52420f36911994cb5b11e0fbc134841bdc066eb04af31f512d5aaf8",
"f215ba25679a842779f10084b01c887d58fe031557bc1902e9f090cbf8860dc4"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1f24f1b5c52420f36911994cb5b11e0fbc134841bdc066eb04af31f512d5aaf8",
"cfa44d74790cc304459814bb54656ac1fd1e41bfad59eafae2e0bf137df25e51"
]
}
},
"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"
}
}
}