Files
work/.install_skripte/install_terminal_pcks.sh
T
2026-04-08 22:26:30 +02:00

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