ScoopInstaller_Main/bucket/oh-my-posh.json
2024-01-15 20:24:09 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.6.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/v19.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.6.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"31e0a8d2d3488acde35b9ab59d9cdc536d11967d5050479552a41fcc4b046f12",
"9781debed1d24aac9d739ba2c02d064fc3404613352c336feb64dd841df31fb2"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.6.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"31e0a8d2d3488acde35b9ab59d9cdc536d11967d5050479552a41fcc4b046f12",
"08eb965901ba8b6125d80f5dc957fc83a900c6389def9e79b2543d64bc70e42b"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.6.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.6.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"31e0a8d2d3488acde35b9ab59d9cdc536d11967d5050479552a41fcc4b046f12",
"eee25e1452020933a920edce656f380fbd117e2ccc8f93f8903fa4335272936e"
]
}
},
"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"
}
}
}