Procházet zdrojové kódy

Add dep install script

biblius před 2 měsíci
rodič
revize
4d0fcc0a66
1 změnil soubory, kde provedl 13 přidání a 0 odebrání
  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