install.sh 502 B

1234567891011121314
  1. # Install all the components necessary for this config
  2. # on an arch linux
  3. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  4. sudo pacman -S python-black --noconfirm
  5. sudo pacman -S stylua --noconfirm
  6. sudo pacman -S eslint --noconfirm
  7. sudo pacman -S prettier --noconfirm
  8. sudo pacman -S markdownlint --noconfirm
  9. sudo ln -s /usr/bin/mdl /usr/bin/markdownlint
  10. sudo pacman -S tree-sitter --noconfirm
  11. sudo pacman -S go --noconfirm
  12. sudo pacman -S nodejs --noconfirm
  13. sudo pacman -S npm --noconfirm