This commit is contained in:
2025-12-17 11:16:04 +01:00
parent 6fbf75b465
commit 3d5b4bf85c
4 changed files with 16 additions and 1 deletions

3
npm.txt Normal file
View File

@ -0,0 +1,3 @@
all-the-package-names
nodemcu-tool
coffeescript

View File

@ -7,7 +7,7 @@ jq
yq
gdb
mcutool
esptool
# Languages
nasm
@ -107,6 +107,15 @@ sshfs
rizin
sc-im
# Tools
gimp
librecad
freecad
libresprite
audacity
tiled
lmms
# Media
mpv
feh

1
rocks.txt Normal file
View File

@ -0,0 +1 @@
moonscript

2
setup
View File

@ -59,6 +59,8 @@ fi
echo Installing packages...
yay -Sy --noconfirm `sed 's/^#.*$//' < packages.txt`
luarocks install `sed 's/^#.*$//' < rocks.txt`
npm i -g `sed 's/^#.*$//' < npm.txt`