ScoopInstaller_Main/bucket/oh-my-posh.json
2023-06-26 12:31:14 +00:00

73 lines
3.0 KiB
JSON

{
"version": "17.5.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/v17.5.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.5.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"44ebef5c1f232a46da54d53901ddd2d1fe0339faa9b0a5717e06bfcbdcff8668",
"83d81fedfc6e2e52ffb58ac2f96794bbf469669206591f800fbe8f3bee56e5f9"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.5.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.5.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"44ebef5c1f232a46da54d53901ddd2d1fe0339faa9b0a5717e06bfcbdcff8668",
"e4f11d4def93402a66243352e3993b4bdebd0d6624d42e089f616627a21f7bd7"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.5.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.5.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"44ebef5c1f232a46da54d53901ddd2d1fe0339faa9b0a5717e06bfcbdcff8668",
"14ef7d9b6e7c5211f12f3a7805515b4c311ee091117e4ac16936b9d5276f2aeb"
]
}
},
"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"
}
}
}