mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-20 10:35:22 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "1.3.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/v1.3.0/starship-x86_64-pc-windows-msvc.zip",
|
|
"hash": "a106c9bec33333ffa78056a22f60d571b004aececea4eb32c52935daa6aced94"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.3.0/starship-i686-pc-windows-msvc.zip",
|
|
"hash": "b3ef3a10c709bc17712b7197a9c465fc29af10ac67654c66f877c9bbf1115f0a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|