ScoopInstaller_Main/bucket/oh-my-posh.json
2024-02-20 20:23:47 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.11.4",
"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/v19.11.4/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.11.4/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"23bc726f0729456253a8fdc34802d7ff3ea34a8f823c78b80386adc8ba7c3e7d",
"231184bf1dcfd33969acb9cb8c10125f7bf828e10d832f756d27678f91275513"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.11.4/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.11.4/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"23bc726f0729456253a8fdc34802d7ff3ea34a8f823c78b80386adc8ba7c3e7d",
"b3c3771f9da012b75313118a60aa72c236359337357c5852d9a98d2ba247669c"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.11.4/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.11.4/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"23bc726f0729456253a8fdc34802d7ff3ea34a8f823c78b80386adc8ba7c3e7d",
"ba36ee95dffba21814077e270487ae02c1749f7da7a1528f4c093802f2fc4d27"
]
}
},
"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"
}
}
}