add and move stuff
This commit is contained in:
13
scripts/04_setup_languages.sh
Executable file
13
scripts/04_setup_languages.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user