ScoopInstaller_Main/bucket/oh-my-posh.json
2023-11-19 20:23:43 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.26.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/v18.26.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.26.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"6dee5785d95c88fb44debaaf3541d28cb33eeaa45180e1f9c7c6eb90c58feaeb",
"f425115192408d5e5ea4f5a71cf54a8095201524f7893df1ce301bba2b2e6390"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.26.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.26.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"6dee5785d95c88fb44debaaf3541d28cb33eeaa45180e1f9c7c6eb90c58feaeb",
"323f54eafbb78b133022aae5d6c12f0d1f57a8eab352b056a587cb53c64cded8"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.26.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.26.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"6dee5785d95c88fb44debaaf3541d28cb33eeaa45180e1f9c7c6eb90c58feaeb",
"7609ec401081e16d0062f032983953e898a1e023b13aeef83d3a19fe863570c5"
]
}
},
"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"
}
}
}