Sfoglia il codice sorgente

Add dep install script

biblius 2 mesi fa
parent
commit
4d0fcc0a66
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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