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

54 lines
2.1 KiB
JSON

{
"version": "27.4.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/v27.4.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.3/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3b4ee06fa26ff4406fcefeead156d329ae881c62e7a5930332090eff3f94afa5",
"76b32e8608e31683e76870da16c81f0f2c0667e3cb51682df9e0ab116f4971b6"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.3/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.3/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3b4ee06fa26ff4406fcefeead156d329ae881c62e7a5930332090eff3f94afa5",
"e9a77fb79e4318bcaed244e5492aa5cfaf912ff73fa4494c25386a3f3e1cf4ee"
]
}
},
"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"
]
}
}
}
}