ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-30 12:31:54 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.4.2",
"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/v27.4.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"026820013cf94dd9d05fac6037d71b5d320a62014e046bd76102b354b90969f7",
"a4534e0d510ad72ea482baa20e09c9298f3494e55fcd883dcf4f0383fc60065a"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"026820013cf94dd9d05fac6037d71b5d320a62014e046bd76102b354b90969f7",
"1cb5275a360e20c1eb2ee52936aa35b2a0aae65647902405e6dcaf5935badf78"
]
}
},
"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"
]
}
}
}
}