ScoopInstaller_Main/bucket/oh-my-posh.json
2025-04-26 08:29:05 +00:00

74 lines
3.1 KiB
JSON

{
"version": "25.19.0",
"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/v25.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.19.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"2ef21a91095364be678e2bd8fee77d438cb5f4d3bb3617539aa6c81abc534684",
"f30cb7560a5f14bab47be410f67e58f4c4411b6736c5ed675e93c4093cdc8789"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.19.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"2ef21a91095364be678e2bd8fee77d438cb5f4d3bb3617539aa6c81abc534684",
"73d0c16c6059b86b1430d44656a592d4202b755fc52388b87147beaa0d1692e0"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.19.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v25.19.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"2ef21a91095364be678e2bd8fee77d438cb5f4d3bb3617539aa6c81abc534684",
"bca3e84e9b13683f595848e2882c5ad558114018cb589f4d567bfa6bc7ca0ddf"
]
}
},
"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"
}
}
}