ScoopInstaller_Main/bucket/oh-my-posh.json
2024-01-01 20:23:46 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.3.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/v19.3.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"fd11c06c676ea3ea59bf847ae1a0ab80a7f886eb2872b3af0daa8af884573cb2",
"b8586d02cb0e3dde13e977c4869892e85bc4a4624d378ae5d462bc082d93dcd0"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"fd11c06c676ea3ea59bf847ae1a0ab80a7f886eb2872b3af0daa8af884573cb2",
"c5913a889f3c29ccadd298556e629a3d97cc2e7221b448d8b54fb8c38dd59c0a"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.3.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"fd11c06c676ea3ea59bf847ae1a0ab80a7f886eb2872b3af0daa8af884573cb2",
"9c8f0ec409c2e31dfb1076356d5500fec2ba639d08fec77bbff4dbdb18a14a5e"
]
}
},
"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"
}
}
}