ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-08 20:28:46 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.4.1",
"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.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"5aee0eebf8dc6849e0f1433a5e0b3e9d14123d3d9da4773188058a273d97f30c",
"325e6745c71d86fce18483c770d2c9094eb1524fdb9532f58780df3e032e20f5"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"5aee0eebf8dc6849e0f1433a5e0b3e9d14123d3d9da4773188058a273d97f30c",
"dc1856599c9e4f495c3a1635e11ed0914d8dccab6d7f8a41cb3f97810668686b"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.4.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"5aee0eebf8dc6849e0f1433a5e0b3e9d14123d3d9da4773188058a273d97f30c",
"501785c1a572f841e2535e9238c5f2922c0cb9a588a7f414ae01d9163fa19091"
]
}
},
"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"
}
}
}