ScoopInstaller_Main/bucket/oh-my-posh.json
2022-12-07 16:42:28 +00:00

73 lines
3.0 KiB
JSON

{
"version": "12.26.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/v12.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"3a063ed8e8ca936c898fcaf88eb4109f2be99f8bf4e670545875d422d4110403",
"5f558d409a42e0daaa09587926dd4f6ef0db3e960d30abe8efad23294749a11c"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"3a063ed8e8ca936c898fcaf88eb4109f2be99f8bf4e670545875d422d4110403",
"24c8def3bd287660b9298e854794f9971dd0188378c53a6e473e61210039d0b6"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v12.26.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"3a063ed8e8ca936c898fcaf88eb4109f2be99f8bf4e670545875d422d4110403",
"00430a0952df11f03a6ef3a7a69716d40094bbcca1c463ce0793a19f13571ef8"
]
}
},
"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"
}
}
}