ScoopInstaller_Main/bucket/oh-my-posh.json
2025-10-07 12:32:02 +00:00

54 lines
2.1 KiB
JSON

{
"version": "27.1.2",
"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.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"0400805bb8797895bc96d37f9ca301bb4002d3bffb7f73f969ed57010e93bed8",
"20794a7d013627fa39ea962a9b05263332c8ad68f5ea18b6c823c2f447901b9b"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v27.1.2/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"0400805bb8797895bc96d37f9ca301bb4002d3bffb7f73f969ed57010e93bed8",
"204fcf326f31d26562df0e5eaa1c817f75c74107dad302c2a944a4af2e289764"
]
}
},
"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"
]
}
}
}
}