ScoopInstaller_Main/bucket/oh-my-posh.json
2023-08-25 12:30:36 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.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/v18.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.4.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"fbc8f7ecb4526a84352842c1e3288803ab573835ed5dce533d653d75147b8511",
"87f6d350d31059c928637edc4fbdf4371401bf69af7c5f5a6914338828fbd237"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.4.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"fbc8f7ecb4526a84352842c1e3288803ab573835ed5dce533d653d75147b8511",
"dcd991443252bd1bf4818c49a045b12485b08d0bed3ecf12efd163c2c6facf22"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.4.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.4.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"fbc8f7ecb4526a84352842c1e3288803ab573835ed5dce533d653d75147b8511",
"612818ce8529b4be00f37ef0bfd5c48cd5fd72f19e64aff43fabafd7f27d0c0b"
]
}
},
"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"
]
},
"32bit": {
"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-386.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"
]
}
},
"hash": {
"url": "$url.sha256"
}
}
}