ScoopInstaller_Main/bucket/oh-my-posh.json
2025-07-07 08:30:33 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.14.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/v26.14.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"ca93839bddf4a6bffd018d906a5119e958cf470fb52b86c905e2ce1bc5f4828c",
"584dc0a878c134261627d945bf0f2f7f1471f545a2f02b29ad7ad243c80481f0"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"ca93839bddf4a6bffd018d906a5119e958cf470fb52b86c905e2ce1bc5f4828c",
"8a6483797fe813dd885ae3f994441f5248db8cf85db9a62cf8897f91a37a060f"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.14.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"ca93839bddf4a6bffd018d906a5119e958cf470fb52b86c905e2ce1bc5f4828c",
"5f2b18a2c27ad09275093cc6f7fb34e0064de1a6385745e3db07d83a8568b476"
]
}
},
"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": "$baseurl/checksums.txt",
"regex": "$sha256.*?$basename"
}
}
}