mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1016 B
JSON
30 lines
1016 B
JSON
{
|
|
"version": "5.12.1",
|
|
"description": "A prompt theme engine for any shell",
|
|
"homepage": "https://ohmyposh.dev",
|
|
"license": "GPL-3.0-only",
|
|
"notes": "Refer to 'https://ohmyposh.dev/docs/windows#replace-your-existing-prompt' for shell specific configurations.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v5.12.1/posh-windows-wsl-amd64.7z",
|
|
"hash": "2ff1fe1dacb70c6060203edc86366918dbb2d6260b8bd03abb83c40435799f9e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|