浏览代码

adding just

Mike Ramthun 1 月之前
父节点
当前提交
92320a7fa7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      02-just.sh

+ 6 - 0
02-just.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+set -e
+rm -f "$HOME/.local/bin/just"
+curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to "$HOME/.local/bin"
+
+cargo install just-lsp