ScoopInstaller_Main/bucket/oh-my-posh.json
2024-08-29 16:30:21 +00:00

73 lines
3.0 KiB
JSON

{
"version": "23.9.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.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3d0721d3cb9bedb49bdc71b78dce41046ff5f1822d685edd802112a5829294cb",
"563e117ce93f4ff72e22c2cd3e70a92e2785a558135d73cc87020a42d814c075"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"3d0721d3cb9bedb49bdc71b78dce41046ff5f1822d685edd802112a5829294cb",
"ba5697a6c329d9f39df1947de311257dedc5ef767f80e66c2231f056aba71d96"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.9.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3d0721d3cb9bedb49bdc71b78dce41046ff5f1822d685edd802112a5829294cb",
"2b4dc5617d1d5eaf76e849359d23ebba11d29a04bc8741bdc26bfc8a9010e888"
]
}
},
"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"
}
}
}