2020-10-27 04:10:22 -07:00
|
|
|
{
|
2020-11-20 00:56:52 -08:00
|
|
|
"version": "<VERSION>",
|
|
|
|
"description": "A prompt theme engine for any shell",
|
|
|
|
"homepage": "https://ohmyposh.dev",
|
|
|
|
"license": {
|
2022-02-25 11:08:40 -08:00
|
|
|
"identifier": "MIT",
|
2021-02-15 23:36:37 -08:00
|
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/COPYING"
|
2020-11-20 00:56:52 -08:00
|
|
|
},
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-11-22 01:20:45 -08:00
|
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/posh-windows-amd64.7z",
|
2020-11-20 00:56:52 -08:00
|
|
|
"hash": "<HASH>"
|
|
|
|
}
|
|
|
|
},
|
2021-02-24 03:10:47 -08:00
|
|
|
"env_add_path": "bin",
|
2022-05-15 22:00:35 -07:00
|
|
|
"env_set": {
|
|
|
|
"POSH_THEMES_PATH": "$dir\\themes"
|
|
|
|
},
|
2020-11-20 00:56:52 -08:00
|
|
|
"checkver": {
|
2021-02-15 23:36:37 -08:00
|
|
|
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
|
2020-11-20 00:56:52 -08:00
|
|
|
},
|
|
|
|
"post_install": [
|
2021-06-05 10:27:33 -07:00
|
|
|
"Write-Host 'Thanks for installing Oh My Posh.'",
|
2022-01-20 04:17:27 -08:00
|
|
|
"Write-Host 'Have a look at https://ohmyposh.dev for detailed instructions for your shell.'"
|
2020-11-20 00:56:52 -08:00
|
|
|
],
|
|
|
|
"autoupdate": {
|
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-11-22 01:20:45 -08:00
|
|
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.7z",
|
2020-11-20 00:56:52 -08:00
|
|
|
"hash": {
|
|
|
|
"url": "$url.sha256"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-27 04:10:22 -07:00
|
|
|
}
|