ScoopInstaller_Main/bucket/oh-my-posh.json
2024-06-29 20:25:18 +00:00

73 lines
3.0 KiB
JSON

{
"version": "21.17.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/v21.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.17.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"a48fe076b89848ecd0ce970da838381d7b47926201e50845ad5efef623134ddc",
"f5de502bfed154f1cad67a6a66b0555a15d621718bd8b9930d0c43a2eff0ac0d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.17.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"a48fe076b89848ecd0ce970da838381d7b47926201e50845ad5efef623134ddc",
"45d5c6ec6d7ed29d49498a1612a6af46fcba393848a94758ca4fcc6236d5fab6"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.17.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"a48fe076b89848ecd0ce970da838381d7b47926201e50845ad5efef623134ddc",
"43008d3a1538a6eb0573312b2d2ee35804533f3fb0f506596ce7b902fe8db571"
]
}
},
"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"
}
}
}