mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "3.175.0",
|
|
"description": "A prompt theme engine for any shell",
|
|
"homepage": "https://ohmyposh.dev",
|
|
"license": "GPL-3.0-only",
|
|
"notes": "Refer to 'https://ohmyposh.dev/docs/installation#3-replace-your-existing-prompt' for shell specific configurations.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v3.175.0/posh-windows-wsl-amd64.7z",
|
|
"hash": "8cd646c5e5ab0496f5e35ca8e240e27e74a55341f040451c338ae55a7db7a29e"
|
|
}
|
|
},
|
|
"bin": "bin\\oh-my-posh.exe",
|
|
"persist": "themes",
|
|
"checkver": {
|
|
"github": "https://github.com/JanDeDobbeleer/oh-my-posh3"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-wsl-amd64.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256",
|
|
"regex": "$sha256"
|
|
}
|
|
}
|
|
}
|