install tmux

This commit is contained in:
2026-04-08 21:49:07 +02:00
parent ee3272532e
commit b5ccbe9c55
+4 -1
View File
@@ -1,3 +1,5 @@
#!/bin/bash
sudo pacman -S --needed \ sudo pacman -S --needed \
nodejs \ nodejs \
npm \ npm \
@@ -7,7 +9,8 @@ sudo pacman -S --needed \
ruff \ ruff \
python-ruff \ python-ruff \
chromium \ chromium \
selene selene \
tmux
npm install -g vscode-js-debug npm install -g vscode-js-debug
npm install -g eslint_d npm install -g eslint_d