ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-17 08:30:27 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.9.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/v26.9.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.9.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"7afbba61a7b5243b8dbe132c71b56b23852ac3613cb5b02363d6253f2c421f17",
"634594c896a88e9484e014ddc7313c0bd5fa0276e503b45e6e56e0f920c0d68c"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.9.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.9.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"7afbba61a7b5243b8dbe132c71b56b23852ac3613cb5b02363d6253f2c421f17",
"f76fc838895d9adba22c14a2ea38344b1b5593b605b1af6f7daa46fe1148c17b"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.9.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.9.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"7afbba61a7b5243b8dbe132c71b56b23852ac3613cb5b02363d6253f2c421f17",
"20004db5430c205349552cb0a44632fb7734a37628c6cc98c6c79e6e3c8e838d"
]
}
},
"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"
}
}
}