ScoopInstaller_Main/bucket/oh-my-posh.json
2023-05-21 16:26:43 +00:00

73 lines
3.0 KiB
JSON

{
"version": "16.8.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/v16.8.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.8.0/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"df8b960f7f2f95ce6ee29269e695fd3f593323fcbec294cdbb7fb8378f84dded",
"df9c8357add035a62cc6384e40b9b881c0777a20ede8456479e53b59e24c0a4e"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.8.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.8.0/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"df8b960f7f2f95ce6ee29269e695fd3f593323fcbec294cdbb7fb8378f84dded",
"ce74434b9b6ef6716922730093c614938561c1c3242d5fc870f52426de122503"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.8.0/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v16.8.0/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"df8b960f7f2f95ce6ee29269e695fd3f593323fcbec294cdbb7fb8378f84dded",
"6109a7f4fb397c25a00580a1043029bc826603a1670ff697b7b1e414ed4f041a"
]
}
},
"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"
}
}
}