ScoopInstaller_Main/bucket/oh-my-posh.json
2023-03-05 16:29:40 +00:00

73 lines
3.0 KiB
JSON

{
"version": "14.12.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/v14.12.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.12.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1d7f7843f3bcf3fddbc0cd694cf62064ddab15194daad4935cb51ebb18231f92",
"5add7684f5a0bb298230b080e696f6afd3b024d99345fbf16f4388adb76299e3"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.12.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.12.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"1d7f7843f3bcf3fddbc0cd694cf62064ddab15194daad4935cb51ebb18231f92",
"2ef97df27bbb167b5f9478013fd5f1678d8d86b55e6e6589b73ce125d2733014"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.12.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.12.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1d7f7843f3bcf3fddbc0cd694cf62064ddab15194daad4935cb51ebb18231f92",
"542e35769741b952287c9b73bb84c752946f5a6243a6e42f9915b105fb00546b"
]
}
},
"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"
}
}
}