Files
dotfiles/.install_skripte/install_terminal_pcks.sh
T
2026-04-08 21:49:07 +02:00

17 lines
237 B
Bash
Executable File

#!/bin/bash
sudo pacman -S --needed \
nodejs \
npm \
starship \
fastfetch \
tree-sitter-cli \
ruff \
python-ruff \
chromium \
selene \
tmux
npm install -g vscode-js-debug
npm install -g eslint_d