ScoopInstaller_Main/bucket/oh-my-posh.json
2024-06-04 20:26:17 +00:00

73 lines
3.0 KiB
JSON

{
"version": "21.2.1",
"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.2.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.2.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"96ef676ddab4a729d5de54bbed7c9c033654bfd4a59d89fadb3fb15a18802215",
"49f161f6bdbc0f290c4be40e0ca3ad524058b8b19b09c63ad965c152aef73714"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.2.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.2.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"96ef676ddab4a729d5de54bbed7c9c033654bfd4a59d89fadb3fb15a18802215",
"69da8d8fdb9dc68a662207e72f39d8759dc4cba1cefb425c8688dbca980b38b7"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.2.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.2.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"96ef676ddab4a729d5de54bbed7c9c033654bfd4a59d89fadb3fb15a18802215",
"8ad68e1aff61e8886bf26b513402cf0fdb6868fd70e84a0d101a04b9af8451e9"
]
}
},
"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"
}
}
}