ScoopInstaller_Main/bucket/oh-my-posh.json
2025-07-29 12:32:14 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.17.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/v26.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"92f85026c7feba36960d8c4adf1eb1c83cc42da09f090f90b65e36a2c3a701e6",
"fee56423ddeebb0c4d5b14de546dffe9439ee74be69674837540a47b48ed634d"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.2/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"92f85026c7feba36960d8c4adf1eb1c83cc42da09f090f90b65e36a2c3a701e6",
"adc87db7c6c263d05c89506a7c046be3d740e63afed37de8ccbb146d2a23e387"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.17.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"92f85026c7feba36960d8c4adf1eb1c83cc42da09f090f90b65e36a2c3a701e6",
"0622b5685ae457361acc23032aa233d61d03a48f795b48e8d40c3e20535c1d98"
]
}
},
"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": "$baseurl/checksums.txt",
"regex": "$sha256.*?$basename"
}
}
}