ScoopInstaller_Main/bucket/starship.json
2020-11-05 22:15:57 -08:00

34 lines
1.1 KiB
JSON

{
"version": "0.46.2",
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
"homepage": "https://starship.rs",
"license": "ISC",
"notes": [
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.",
"Prerequisites: A Powerline font installed and enabled in your terminal."
],
"suggest": {
"vcredist": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.46.2/starship-x86_64-pc-windows-msvc.zip",
"hash": "4e5b2a6bb46ca4e567341e3ebd232a401fe433a2e1f6ea1a5076b979d7be1ace"
}
},
"bin": "starship.exe",
"checkver": {
"github": "https://github.com/starship/starship"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}