ScoopInstaller_Main/bucket/oh-my-posh.json
2022-12-17 12:29:56 +00:00

73 lines
3.0 KiB
JSON

{
"version": "12.26.8",
"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.26.8/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.8/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"e20f671514bc781b1258323513e879663d5e82f31d23b53c78748cf2f165f9a8",
"cca0e9df41940a3734857d147c41d0b6e297334ce45f5c64270550f47c258a60"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.8/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.8/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"e20f671514bc781b1258323513e879663d5e82f31d23b53c78748cf2f165f9a8",
"c1cd0569ba3316473017bbc43f0c1317558b30467e82155c47e9b69c95a9c679"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.8/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.8/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"e20f671514bc781b1258323513e879663d5e82f31d23b53c78748cf2f165f9a8",
"0196c35418a8005bd55e85f61af04ece488e17a59ac71b72b044aa36003a5436"
]
}
},
"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"
}
}
}