ScoopInstaller_Main/bucket/starship.json
2019-11-14 13:42:50 +08:00

28 lines
1002 B
JSON

{
"version": "0.26.4",
"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.26.4/starship-x86_64-pc-windows-msvc.zip",
"hash": "6273bdf966ebca8850ea4180930f607c2ae64894e8c7d91510ff91151945f5b4"
}
},
"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"
}
}
},
"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."
]
}