ScoopInstaller_Main/bucket/oh-my-posh.json
2022-11-22 20:26:49 +00:00

73 lines
3.0 KiB
JSON

{
"version": "12.18.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/v12.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.18.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"92efc167174d0c99e971e90213f1e93e853cb88ff47da25323acba02aa5ceccd",
"badc953f182b3d1306b2e79489b509e591eb3066a98d4fe5740a66e8923f1dc3"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.18.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"92efc167174d0c99e971e90213f1e93e853cb88ff47da25323acba02aa5ceccd",
"8f5b1a7914b6719bef0c56d3868dd0c74548033741de2f87e69a3eccb5bce970"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.18.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.18.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"92efc167174d0c99e971e90213f1e93e853cb88ff47da25323acba02aa5ceccd",
"398a975bc8618617562e525cfdb43df9b6f18ad5a12a2bc3ab616c485c4284a8"
]
}
},
"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"
}
}
}