ScoopInstaller_Main/bucket/starship.json
2020-04-29 15:27:21 +02:00

31 lines
1.0 KiB
JSON

{
"version": "0.41.0",
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
"homepage": "https://starship.rs",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.41.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "70068fce6e2a8935696916c77281926a0cca4787821db3216ac183862a832b6a"
}
},
"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"
}
},
"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."
]
}