ScoopInstaller_Main/bucket/oh-my-posh.json
2023-09-15 08:26:48 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.9.1",
"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.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.9.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"466c279a4ca2787a3f17d7d364456299e7478f4e92b4b38a75e8ffaba350bcea",
"ac9e83fb9927070195d6247d7c81b6d507152978e5768d50ce984d11428256a3"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.9.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"466c279a4ca2787a3f17d7d364456299e7478f4e92b4b38a75e8ffaba350bcea",
"4a5ee189eb5ba80b2ec3baa4b5759536747fb716c5d37901dd9cd98f5e16bfe2"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.9.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.9.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"466c279a4ca2787a3f17d7d364456299e7478f4e92b4b38a75e8ffaba350bcea",
"065675bdb53128949ad83c294df5aefe3a3d0da6f06b663d53cb78c2d9bb8acd"
]
}
},
"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"
}
}
}