ScoopInstaller_Main/bucket/starship.json
2021-06-20 20:55:07 -07:00

41 lines
1.5 KiB
JSON

{
"version": "0.55.0",
"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.55.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "3a19e02840458e2184a6fc22a6e02a2071cfffb1e97a50e4db8893a7f914331d"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v0.55.0/starship-i686-pc-windows-msvc.zip",
"hash": "c43a7655a6a14da37637a7f52c5fb11ef81f9ee4b426975c7662183993e48a6d"
}
},
"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"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-i686-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}