ScoopInstaller_Main/bucket/oh-my-posh.json
2023-10-31 00:32:50 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.19.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/v18.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.19.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"94e58074d9d984535d4233b08f692aea7cfa6aecaf6bf84102d6155088c99e28",
"f21a7f88d2c9b8a06f554cd28f471977798087a9701b309b2dbef40c1735c60c"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.19.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"94e58074d9d984535d4233b08f692aea7cfa6aecaf6bf84102d6155088c99e28",
"2eeb8cca32cfe77f76189e48ec969981a3836bd10580a0aa766d644a49a3c6cd"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.19.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"94e58074d9d984535d4233b08f692aea7cfa6aecaf6bf84102d6155088c99e28",
"d85895f29bf550e14733a168c89dbbe223b1bdaa23cb3c4ec85baa48dd91da71"
]
}
},
"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"
}
}
}