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

73 lines
3.0 KiB
JSON

{
"version": "17.3.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/v17.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.3.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"f5b68275233597efbab271eddb2f60fe966ed36db97c7b0a55a965c7bdf1809e",
"2026c51af3909eec07537d26218fa5017ea5219dc397b5256ebe6bd1118b3136"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.3.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"f5b68275233597efbab271eddb2f60fe966ed36db97c7b0a55a965c7bdf1809e",
"8feaf4fcface5ae8ff6fe4d637aaac50dae71fb2aabc7409412ed3b9483cf4c0"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.3.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v17.3.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"f5b68275233597efbab271eddb2f60fe966ed36db97c7b0a55a965c7bdf1809e",
"080d0c264858721f427efaeee244d152bdc17a225ecef396742e14bb6b3b4ece"
]
}
},
"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"
}
}
}