diff --git a/bucket/cmder.json b/bucket/cmder.json new file mode 100644 index 0000000..205a682 --- /dev/null +++ b/bucket/cmder.json @@ -0,0 +1,30 @@ +{ + "version": "1.3.17", + "description": "Portable console emulator for Windows. (Full version)", + "homepage": "https://cmder.net", + "license": "MIT", + "url": "https://scoop-bucket.oss-cn-hangzhou.aliyuncs.com/cmder-full.v1.3.17_xueye.7z", + "hash": "87FAAD22CD3DFB40DFC3F491C5EC4DD34B30A6421BF2715DB0DB295E080EF0C1", + "pre_install": [ + "if (!(Test-Path \"$persist_dir\\vendor\\conemu-maximus5\\ConEmu.xml\")) {", + " Copy-Item \"$dir\\vendor\\ConEmu.xml.default\" \"$dir\\vendor\\conemu-maximus5\\ConEmu.xml\"", + "}" + ], + "bin": "Cmder.exe", + "shortcuts": [ + [ + "Cmder.exe", + "Cmder" + ] + ], + "persist": [ + "bin", + "config", + "opt", + "vendor\\conemu-maximus5\\ConEmu.xml" + ], + "env_set": { + "CMDER_ROOT": "$dir", + "ConEmuDir": "$dir\\vendor\\conemu-maximus5" + } +}