ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-05 16:28:53 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.1.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/v27.1.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"e46b4fb0727acf66f22de01f487f73eebca2144021da99323ff56ec881fb1d4f",
"5ecaf61baf53049c584eda0e16c63d36ff6a1fa49050395e27af42ac027f81ff"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"e46b4fb0727acf66f22de01f487f73eebca2144021da99323ff56ec881fb1d4f",
"15a61d3b72242d8f4ae43669f1c71b3c971c1472d683b8c8ec7552beb2a8a9c5"
]
}
},
"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"
]
}
}
}
}