ScoopInstaller_Main/bucket/oh-my-posh.json
2024-08-09 12:31:22 +00:00

73 lines
3.0 KiB
JSON

{
"version": "23.6.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/v23.6.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"48a099178395cb38a800e267aae4264d49da3805dbf5754ea62cb66956e83c55",
"913e14efc1116d9f38291c8de2823e7998da76d67d5fc5075184bae31a5bcba1"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"48a099178395cb38a800e267aae4264d49da3805dbf5754ea62cb66956e83c55",
"db14cdb8ed83d4c0f54d2b7b1c3f887a2c1fdeb75d912581c5715572bc99cb62"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v23.6.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"48a099178395cb38a800e267aae4264d49da3805dbf5754ea62cb66956e83c55",
"c8c5b031fc4a228969c1fb3df4d9b3384637453af4233aee016790448c6cffad"
]
}
},
"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"
}
}
}