ScoopInstaller_Main/bucket/starship.json
2020-03-22 23:01:52 +00:00

31 lines
1.0 KiB
JSON

{
"version": "0.38.1",
"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.38.1/starship-x86_64-pc-windows-msvc.zip",
"hash": "ecc9533e7afaa63b6fd9e94d942039c6b4d3bc4949df26f539236ecf1b9eb950"
}
},
"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."
]
}