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 \
nodejs \
npm \
@@ -7,7 +9,8 @@ sudo pacman -S --needed \
ruff \
python-ruff \
chromium \
selene
selene \
tmux
npm install -g vscode-js-debug
npm install -g eslint_d