ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-23 20:29:02 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.3.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.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"97bdd7b461010da6e9613ed147266a4d2be8bd4e41791dc7944b9e82853e3b78",
"e2c608041a554b4de3a5024180f914c1cf6ee378a1666e3a67dc7bd070f13d49"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"97bdd7b461010da6e9613ed147266a4d2be8bd4e41791dc7944b9e82853e3b78",
"20e18f6d0702c0d8ebadb4fa4acfd6278705d73018c735e270964f8e3b4321bd"
]
}
},
"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"
]
}
}
}
}