18 lines
252 B
Bash
Executable File
18 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo pacman -S --needed \
|
|
nodejs \
|
|
npm \
|
|
starship \
|
|
fastfetch \
|
|
tree-sitter-cli \
|
|
ruff \
|
|
python-ruff \
|
|
chromium \
|
|
selene \
|
|
opencode \
|
|
tmux
|
|
|
|
npm install -g vscode-js-debug
|
|
npm install -g eslint_d
|