mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-12 22:14:03 -08:00
25 lines
969 B
JSON
25 lines
969 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",
|
|
"https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/themes.zip"
|
|
],
|
|
"hash": [
|
|
"<HASH_LINUX>",
|
|
"<HASH_WINDOWS>",
|
|
"<HASH_INSTALL_SCRIPT>",
|
|
"<HASH_THEMES>"
|
|
],
|
|
"extract_to": "themes",
|
|
"post_install": "& \"$dir/post-install.ps1\"",
|
|
"bin": ["posh-linux-amd64", "posh-windows-amd64.exe"]
|
|
}
|