Kaynağa Gözat

adding just

Mike Ramthun 1 ay önce
ebeveyn
işleme
92320a7fa7
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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