ScoopInstaller_Main/bucket/oh-my-posh.json
2023-02-06 01:52:09 +00:00

73 lines
3.0 KiB
JSON

{
"version": "14.2.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/v14.2.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.2.1/posh-windows-amd64.exe#/oh-my-posh.exe"
],
"hash": [
"e1faf7117a9533f9f9adb60544a00e4062d45b216dbd18699383bc8db7746a53",
"8ff66bcaa78251fb83b05c42603594ffdd035c9b49981f85ef056e6ab9aeab54"
]
},
"32bit": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.2.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.2.1/posh-windows-386.exe#/oh-my-posh.exe"
],
"hash": [
"e1faf7117a9533f9f9adb60544a00e4062d45b216dbd18699383bc8db7746a53",
"a9b8bcc284f74f934d7c98d955be81e30149e10ef6dc0a140dd3dd51c05d56fe"
]
},
"arm64": {
"url": [
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.2.1/themes.zip",
"https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v14.2.1/posh-windows-arm64.exe#/oh-my-posh.exe"
],
"hash": [
"e1faf7117a9533f9f9adb60544a00e4062d45b216dbd18699383bc8db7746a53",
"241f536abf9695b4e5f2cee13a6512bda51e04836733eea9a977f10a5a44a272"
]
}
},
"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"
}
}
}