ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-02 12:32:19 +00:00

54 lines
2.2 KiB
JSON

{
"version": "26.26.3",
"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.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1179ef70b1b362c974e14f0276dc805762ed19a66b6cc798f83b4345c7150f57",
"9b7e2eb5c598f18f918bbdc0a0278c45f7082baaac787a111184d96c3d8603dc"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v26.26.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1179ef70b1b362c974e14f0276dc805762ed19a66b6cc798f83b4345c7150f57",
"bf606ad2ce45e74c6fa232f84b986c8bf2b0cb31b06ae3d5c63ea6b87251b70d"
]
}
},
"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"
]
}
}
}
}