ScoopInstaller_Main/bucket/oh-my-posh.json
2024-01-25 08:26:47 +00:00

73 lines
3.0 KiB
JSON

{
"version": "19.8.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/v19.8.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"2ca528399ec3790f29230ce73d6561efb07d4d3fc3465e113bc5cbd3b12860e5",
"42762d26711e1b084bad1d1bc68db79d0bc05414594c4c67e1c1049230d05b2e"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"2ca528399ec3790f29230ce73d6561efb07d4d3fc3465e113bc5cbd3b12860e5",
"5a325bab57dfdc8047f8c685e81c536ec629f6df53eab7ab78fca501b1d43d71"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.8.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"2ca528399ec3790f29230ce73d6561efb07d4d3fc3465e113bc5cbd3b12860e5",
"c0573e28508d165f3901d0d55f490486938aa4dc9fc02539b17be45173e4192d"
]
}
},
"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"
}
}
}