Browse Source

Add dep install script

biblius 3 tháng trước cách đây
mục cha
commit
4d0fcc0a66
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      install.sh

+ 13 - 0
install.sh

@@ -0,0 +1,13 @@
+# Install all the components necessary for this config
+# on an arch linux
+
+curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+sudo pacman -S python-black --noconfirm
+sudo pacman -S stylua --noconfirm
+sudo pacman -S eslint --noconfirm
+sudo pacman -S prettier --noconfirm
+sudo pacman -S markdownlint --noconfirm
+sudo pacman -S tree-sitter --noconfirm
+sudo pacman -S go --noconfirm
+sudo pacman -S nodejs --noconfirm
+sudo pacman -S npm --noconfirm