ScoopInstaller_Main/bucket/oh-my-posh.json
2024-07-05 00:33:30 +00:00

73 lines
3.0 KiB
JSON

{
"version": "21.20.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/v21.20.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.20.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"80fc78a34e6ca7013e74391e74e847816fdf08b629a881d861aa49f5fa7aa575",
"66cb9445d7fcca758bc6032ee41f7e903b2dde041a99cad3b87c47864ec2cf41"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.20.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.20.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"80fc78a34e6ca7013e74391e74e847816fdf08b629a881d861aa49f5fa7aa575",
"fd54193b64b587843aaa04d9b48985152775e7a9c60d8c8c04b063b2de37bfab"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.20.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v21.20.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"80fc78a34e6ca7013e74391e74e847816fdf08b629a881d861aa49f5fa7aa575",
"fc6f62c2ca710f36a71ef85392007f221ab1abe38987c7fd5ec2972ba0281f7e"
]
}
},
"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"
}
}
}