general update
This commit is contained in:
parent
64c1e572d2
commit
555ccc2464
14
install-packages.sh
Executable file
14
install-packages.sh
Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user