ScoopInstaller_Main/bucket/starship.json
2022-06-27 20:27:57 +00:00

41 lines
1.5 KiB
JSON

{
"version": "1.9.1",
"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/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://github.com/starship/starship/releases/download/v1.9.1/starship-x86_64-pc-windows-msvc.zip",
"hash": "5fe6a00b986c1a0771d4d248a455dcccf791e8a125ae48a4f7e4eb8b655587b1"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.9.1/starship-i686-pc-windows-msvc.zip",
"hash": "6507b62483add317cd25b44b6e12d4be5006149fbef1eaec6c208fcb28be0c5f"
}
},
"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"
}
}
}