ScoopInstaller_Main/bucket/oh-my-posh.json
2024-11-11 20:27:21 +00:00

73 lines
3.0 KiB
JSON

{
"version": "24.3.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.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1fb0c10989bd3e750f0df413dde5e1e71d71f701291b1ca020341b5b6ede770a",
"2ce9687fbf20863731d3fccd039ac37593e013c75644929e7547d411a97b9020"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.3.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"1fb0c10989bd3e750f0df413dde5e1e71d71f701291b1ca020341b5b6ede770a",
"97dfa69b48f2636a3a76dff457800d5e998f655e9b86fe3f9058e1f65a987a27"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v24.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1fb0c10989bd3e750f0df413dde5e1e71d71f701291b1ca020341b5b6ede770a",
"b6a079f5f1f8bd42530c5a3943528bdb01885aafe6c422df057622f1748c6706"
]
}
},
"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"
}
}
}