ScoopInstaller_Main/bucket/oh-my-posh.json
2024-11-28 20:28:36 +00:00

73 lines
3.0 KiB
JSON

{
"version": "24.11.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/v24.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.11.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"b452c06e246c80067cfe6d808a367a70b17f8a859b62e5b710b44dca98c68061",
"7276ceeea6dc248b6b75f9bfe68bdbcd86e90fcc6baeac0501e750eb4d63cf87"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.11.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"b452c06e246c80067cfe6d808a367a70b17f8a859b62e5b710b44dca98c68061",
"d8c089002cfdccdcff177171ef07a0bb411c4abfe583aff050d48d6d600a53a2"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.11.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"b452c06e246c80067cfe6d808a367a70b17f8a859b62e5b710b44dca98c68061",
"76055daf046fd4ddece8e66078d13fe4060bd2434c6c16f970bdab7f7830dab7"
]
}
},
"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"
}
}
}