ScoopInstaller_Main/bucket/oh-my-posh.json
2023-04-25 20:25:34 +00:00

73 lines
3.0 KiB
JSON

{
"version": "15.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/v15.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"9077d10a32f85e6d12805eb52de8962f5f8e0fc01d8c155041631a05c0de84c6",
"340c3446d4141de1b80f47e0cfb6b6b7575bc691cacc690d48930810e91c2926"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.3.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"9077d10a32f85e6d12805eb52de8962f5f8e0fc01d8c155041631a05c0de84c6",
"bf82fa2922e53e20ba5f2923dbc585a82729086d7d3f9d9661c3df1fd46aa4a7"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v15.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"9077d10a32f85e6d12805eb52de8962f5f8e0fc01d8c155041631a05c0de84c6",
"1d26c7f84d47eebae37a45707512d1b120fe24b624f0410a330fa13ea6cc73dd"
]
}
},
"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"
}
}
}