ScoopInstaller_Main/bucket/oh-my-posh.json
2023-08-08 08:26:13 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.3.2",
"description": "A prompt theme engine for any shell",
"homepage": "https://ohmyposh.dev",
"license": "MIT",
"notes": "Refer to 'https://ohmyposh.dev/docs/installation/prompt' for shell specific configurations.",
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.3.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.3.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"173259550cd5b5f8ca9320b05f5484db0d24c71e25055236037216d36b252dff",
"738788fb2e346c3b1f79b9f77a52a40ea5bcd5fe47a3544cecb6abe04cfa7766"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.3.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.3.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"173259550cd5b5f8ca9320b05f5484db0d24c71e25055236037216d36b252dff",
"5d3ba80e54f704839502d22fdc2b36e5c852ef61cb18623abe03f528aa7e940e"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.3.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.3.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"173259550cd5b5f8ca9320b05f5484db0d24c71e25055236037216d36b252dff",
"fe9c225788ce8ac1edbbe9828983967a3064a95c163e571cc1968b91438d2657"
]
}
},
"extract_to": "themes",
"env_set": {
"POSH_THEMES_PATH": "$dir\\themes"
},
"bin": "oh-my-posh.exe",
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-amd64.exe#/oh-my-posh.exe"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-386.exe#/oh-my-posh.exe"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-arm64.exe#/oh-my-posh.exe"
]
}
},
"hash": {
"url": "$url.sha256"
}
}
}