ScoopInstaller_Main/bucket/oh-my-posh.json
2025-07-15 16:30:13 +00:00

74 lines
3.1 KiB
JSON

{
"version": "26.15.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.15.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.15.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"61c48bfaa3309ebcc4072d05b93721c2b12139d91e9f6d8634f671a1a2bbe78b",
"db68e89aa756f389ea63eafd3884bf8ae8f3e00323339872512bb781a9dc85a6"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.15.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.15.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"61c48bfaa3309ebcc4072d05b93721c2b12139d91e9f6d8634f671a1a2bbe78b",
"2f4775c32f5d75ad3ce24216ba23e2212c988f67d115086d43ae29f7f856caa1"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.15.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.15.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"61c48bfaa3309ebcc4072d05b93721c2b12139d91e9f6d8634f671a1a2bbe78b",
"5dafcd17c52603a1d5f234a39a2a0a7e0bcabc7342935b9de82924ba25e5bd5a"
]
}
},
"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"
}
}
}