Browse Source

adding just

Mike Ramthun 1 tháng trước cách đây
mục cha
commit
92320a7fa7
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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