add and move stuff

This commit is contained in:
2024-04-20 20:11:17 +02:00
parent d33f7da9df
commit 010cf75ce4
78 changed files with 7991 additions and 0 deletions

13
scripts/04_setup_languages.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# python
sudo pacman -S --noconfirm python python-pip
# node
sudo pacman -S --noconfirm nvm
source /usr/share/nvm/init-nvm.sh
nvm install node
#sudo pacman -S --noconfirm rustup
rustup default stable