ScoopInstaller_Main/bucket/oh-my-posh.json
2022-09-27 12:33:31 +00:00

31 lines
989 B
JSON

{
"version": "11.1.1",
"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/v11.1.1/posh-windows-amd64.7z",
"hash": "d9e4b7c2564fb3746f8ad465a0aa29b6f45f73ab91bba4b23dfa293cfc68bd3f"
}
},
"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"
}
}
}