ScoopInstaller_Main/bucket/oh-my-posh.json
2022-10-24 20:30:08 +00:00

73 lines
3.0 KiB
JSON

{
"version": "12.7.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/v12.7.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.7.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"d7305d997c9c2f51d64ee682c57e81a6369e9930c6f5bb2cfaaf1119e8200785",
"4bce23316d98ed8f47c1de0a8f964b0b1b301f57ac557644ed1eaa1c1b5d5f09"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.7.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.7.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"d7305d997c9c2f51d64ee682c57e81a6369e9930c6f5bb2cfaaf1119e8200785",
"c27796f6728e43d97938e076a76984c2cb5e384474ca2566aa5a1babe6b656aa"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.7.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.7.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"d7305d997c9c2f51d64ee682c57e81a6369e9930c6f5bb2cfaaf1119e8200785",
"0917fdd1ddfd331eef85fda253e1784e85c01d624a0a8e9fa0040e970759ca1d"
]
}
},
"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"
}
}
}