ScoopInstaller_Main/bucket/oh-my-posh.json
2023-01-06 16:30:33 +00:00

73 lines
3.0 KiB
JSON

{
"version": "12.35.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/v12.35.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.35.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"f50ee47413d0ced2b2878faa12af5f434e06bafd60d98b272db4a7a9b31ce4c3",
"abbf2c9d4d02bcc5dc228ca4b9519f95eba57da895ff222db9c0b973a492a2fa"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.35.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.35.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"f50ee47413d0ced2b2878faa12af5f434e06bafd60d98b272db4a7a9b31ce4c3",
"235de84a97149bc46f0f5dcc335b659f277c7ce8343cc5da93fc011851c5fa52"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.35.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.35.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"f50ee47413d0ced2b2878faa12af5f434e06bafd60d98b272db4a7a9b31ce4c3",
"a8650da304c0e0acc13cb2d432947d8b089b3f8f3ebc258310e5e5d2ea0f2b4d"
]
}
},
"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"
}
}
}