ScoopInstaller_Main/bucket/oh-my-posh.json
2023-10-02 16:27:04 +00:00

73 lines
3.0 KiB
JSON

{
"version": "18.11.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.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.11.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"ca9d614b6c4bf7acd43a715f137332a5ce9bc3c50e90130a4343d5667bf8daad",
"e4244f3a9c0f078f564b28b7dbf0d6898a8bedbab38c7ce61602607883999ce1"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.11.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"ca9d614b6c4bf7acd43a715f137332a5ce9bc3c50e90130a4343d5667bf8daad",
"681ad6d7aa3d91903b610daab585a1150777a919f703e23949e820fbb68838aa"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.11.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v18.11.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"ca9d614b6c4bf7acd43a715f137332a5ce9bc3c50e90130a4343d5667bf8daad",
"5bf0da8798e6a5abad4ceae9451149762c192a89930c941d8b55f183e3801f9e"
]
}
},
"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"
}
}
}