general update

This commit is contained in:
Luddifee 2020-12-09 10:49:07 +01:00
parent 64c1e572d2
commit 555ccc2464
2 changed files with 14 additions and 0 deletions

14
install-packages.sh Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/bash
# haskell package
sudo pacman -S haskell --noconfirm
# python packages
sudo pacman -S python3 pypy3 --noconfirm
# js and ts packages
sudo pacman -S deno nodejs --noconfirm
# tex & markdown packages
sudo pacman -S texlive-core pandoc --noconfirm