ScoopInstaller_Main/bucket/oh-my-posh.json
2025-09-27 12:30:57 +00:00

54 lines
2.2 KiB
JSON

{
"version": "26.26.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.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"c64c93095c906b0e3ff3cbaed1b98534a2f39649f229e968ebbc94f669beec8f",
"3ac40069d5889364f2abe5988ad947c26cd1d9ea5e51ca0eadacbe70407659f5"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"c64c93095c906b0e3ff3cbaed1b98534a2f39649f229e968ebbc94f669beec8f",
"c380fc2347334cff73f15834e1cde75c9c9cb968507d515d66f763b118e37e18"
]
}
},
"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"
]
},
"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"
]
}
}
}
}