ScoopInstaller_Main/bucket/oh-my-posh.json
2024-01-21 16:26:34 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.8.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/v19.8.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"4a4f795787f342260d0a0cdcf1bb7876eb1077e6a4837c9918e444c725a99361",
"f11581b3e0665c1fa4f09d12c0e2a8750d24ac3f8539d22d4b293c0e2998fbe2"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"4a4f795787f342260d0a0cdcf1bb7876eb1077e6a4837c9918e444c725a99361",
"5666749c1c37c05b77f1af7e31aaae403de6e6a194c75dec23ea8ec928339a84"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"4a4f795787f342260d0a0cdcf1bb7876eb1077e6a4837c9918e444c725a99361",
"2a1db0e5379ad9eeb5c810ebd291a834d578aa7d8832e7ae0a39ade7addd44ac"
]
}
},
"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"
}
}
}