ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-13 08:30:39 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.2.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.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"4027cfb6461028e332b863e37426f054ec36d29af7a4dd89ddcf639a819e88e6",
"e8a7bf27845c41a2632fa760642ff23a08d3bb61a8d1515b0221fd8697acf2c1"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.2.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"4027cfb6461028e332b863e37426f054ec36d29af7a4dd89ddcf639a819e88e6",
"4b3c7d126fc4d7c297bdfbdc6d3353278bd80baea2a86ccb9106bf7d88293918"
]
}
},
"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"
]
}
}
}
}