ScoopInstaller_Main/bucket/oh-my-posh.json
2024-10-19 08:30:06 +00:00

73 lines
3.0 KiB
JSON

{
"version": "23.20.2",
"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.20.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"dcca0e4629374408c184254d82c9497833c09b360fcf79f4fd63dc9310360b11",
"a4216567cd58d3409747a6d0c82d86a71bc4969002bf64829fea16b20987b76d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"dcca0e4629374408c184254d82c9497833c09b360fcf79f4fd63dc9310360b11",
"b6238767502f1c5026de3364a6d5ed325b41abd898ee5d2f3c2d71092ca82c09"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"dcca0e4629374408c184254d82c9497833c09b360fcf79f4fd63dc9310360b11",
"fd7008c01c1b888cb616a23381422305080e6b9707ed066b74d9a681706acef1"
]
}
},
"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"
}
}
}