mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-05 16:27:26 -08:00
22 lines
810 B
JSON
22 lines
810 B
JSON
|
{
|
||
|
"version": "<VERSION>",
|
||
|
"description": "A prompt theme engine for any shell",
|
||
|
"homepage": "https://ohmyposh.dev",
|
||
|
"license": {
|
||
|
"identifier": "GPL-3.0-only",
|
||
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING"
|
||
|
},
|
||
|
"url": [
|
||
|
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/posh-linux-amd64",
|
||
|
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/posh-windows-amd64.exe",
|
||
|
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/post-install.ps1"
|
||
|
],
|
||
|
"hash": [
|
||
|
"<HASH_LINUX>",
|
||
|
"<HASH_WINDOWS>",
|
||
|
"<HASH_INSTALL_SCRIPT>"
|
||
|
],
|
||
|
"bin": ["posh-linux-amd64", "posh-windows-amd64.exe"],
|
||
|
"post_install": "./post-install.ps1"
|
||
|
}
|