ScoopInstaller_Main/bucket/oh-my-posh.json
2022-09-18 00:37:52 +00:00

31 lines
987 B
JSON

{
"version": "9.3.4",
"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/v9.3.4/posh-windows-amd64.7z",
"hash": "267420d91f609bc30b5c18725d1d9628c8a98d08a71647647dcf481cb4593aae"
}
},
"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"
}
}
}