ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-26 16:29:32 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.4.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.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"1c29fc7d75ddb0bdf4dc9f08064c8e3a2edcaf923b90ee4f3ee93feca95ee2a6",
"ec32b184a920b1e0765123c13989013469fbd34840b46f0f2daa762603be0508"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.4.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"1c29fc7d75ddb0bdf4dc9f08064c8e3a2edcaf923b90ee4f3ee93feca95ee2a6",
"94e5c2680246e72686fa1e34800e7e2aa50f886d658d8c3e2d9c6fb99fb17b15"
]
}
},
"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"
]
}
}
}
}