ScoopInstaller_Main/bucket/oh-my-posh.json
2025-06-02 20:29:27 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.2.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.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"05dd555ac1e19492a53ec86414ed3faf62d360694873b5363afd219431c464d2",
"faef5b7f08fe3be9719c8ccb0cc8e2b7a1f1f04388c39fbf4e31aa3cc222e777"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"05dd555ac1e19492a53ec86414ed3faf62d360694873b5363afd219431c464d2",
"991407177c68746b16e618452849b92b0fa3db5ad73c3f5454b950e1b8a87fee"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.2.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"05dd555ac1e19492a53ec86414ed3faf62d360694873b5363afd219431c464d2",
"ee34341bf2c51b2aa1e74a4db8c475e8c87df951d4babdb55bbc86c75f9960d5"
]
}
},
"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"
}
}
}