ScoopInstaller_Main/bucket/oh-my-posh.json
2024-10-14 12:32:32 +00:00

73 lines
3.0 KiB
JSON

{
"version": "23.20.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/v23.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"100219cc1e435dc119a35a9688e197e66d6160a0208aa87d18f0dbd0c9386d1e",
"e05b858df5a85178cfcd5fb8cc7a49725e5abc4f0fc2a97cbab87586edd910de"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"100219cc1e435dc119a35a9688e197e66d6160a0208aa87d18f0dbd0c9386d1e",
"4206650e2327321d96108e3f1b4fc3ba6fdc83a00b77f5de7afc86d526e4d947"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"100219cc1e435dc119a35a9688e197e66d6160a0208aa87d18f0dbd0c9386d1e",
"02c07f5eeec988af8ae5df89d9979ad6c291f42e6eb3a805ad0aa6daeb6b1e93"
]
}
},
"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"
}
}
}