ScoopInstaller_Main/bucket/oh-my-posh.json
2023-04-05 20:28:39 +00:00

73 lines
3.0 KiB
JSON

{
"version": "14.26.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/v14.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.26.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"61887c9b220f090641d5e3768da03b00a3ec996a40500407b4d852577b11ca33",
"92e7eea610139af45ae3cd364588b0c5d6c5824828633491406d8916c6a2826d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.26.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"61887c9b220f090641d5e3768da03b00a3ec996a40500407b4d852577b11ca33",
"5a5ce8c338f8b334a6cd35ab63e14954e6275a9a85ad6e5679f0e049c1580b93"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.26.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"61887c9b220f090641d5e3768da03b00a3ec996a40500407b4d852577b11ca33",
"9c396c8d749022cd415420942652a10feea1dfcf70ec12e7870c8bfe47826c2c"
]
}
},
"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"
}
}
}