ScoopInstaller_Main/bucket/oh-my-posh.json
2022-06-21 04:31:55 +00:00

31 lines
987 B
JSON

{
"version": "8.5.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/v8.5.3/posh-windows-amd64.7z",
"hash": "09a5d5cc44de3713f3bef8d14ffbe59f76016284fab3d0a15d0061de9118cb92"
}
},
"env_set": {
"POSH_THEMES_PATH": "$dir\\themes"
},
"bin": "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/posh-windows-amd64.7z"
}
},
"hash": {
"url": "$url.sha256"
}
}
}