ScoopInstaller_Main/bucket/starship.json
2021-05-15 09:24:16 -07:00

41 lines
1.5 KiB
JSON

{
"version": "0.54.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.54.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "0b1b7babaf16d03d9fafc6a0f3bf07af4c710456ba18b8afca88014197979bca"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v0.54.0/starship-i686-pc-windows-msvc.zip",
"hash": "16adbc39126511390ca0d7b84d89180cc7b1aa976d13c718592b502d5200e592"
}
},
"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"
}
}
}