ScoopInstaller_Main/bucket/oh-my-posh.json
2024-10-23 16:29:59 +00:00

73 lines
3.0 KiB
JSON

{
"version": "23.20.3",
"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/v23.20.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"a2fd2695e94f97d5b6bc6bd2fdfda5cac7e3aec0566a341aa16b9c06aa93d357",
"6c3f42b52c9edcf2c227362d4621609eebdbfca67a8e199923fbec0861065b72"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.3/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"a2fd2695e94f97d5b6bc6bd2fdfda5cac7e3aec0566a341aa16b9c06aa93d357",
"046a2818bfe449b9aa8e98d4197e556d21577175f3a06e665d17257b3a47b892"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.20.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"a2fd2695e94f97d5b6bc6bd2fdfda5cac7e3aec0566a341aa16b9c06aa93d357",
"b32b96e9fa9b6b84d9eb63eca6a6ffd2be81c469304e7da84359069d63364b98"
]
}
},
"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"
}
}
}