mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
4cae83ced1
resolves #3799
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"version": "<VERSION>",
|
|
"description": "A prompt theme engine for any shell",
|
|
"homepage": "https://ohmyposh.dev",
|
|
"license": {
|
|
"identifier": "MIT",
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/COPYING"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe",
|
|
"hash": "<HASH-AMD64>"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe",
|
|
"hash": "<HASH-386>"
|
|
}
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"/CURRENTUSER",
|
|
"/VERYSILENT",
|
|
"/INSTALLER=scoop"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
|
|
},
|
|
"post_install": [
|
|
"Write-Host 'Thanks for installing Oh My Posh.'",
|
|
"Write-Host 'Have a look at https://ohmyposh.dev for detailed instructions for your shell.'"
|
|
],
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-386.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|