From b5ccbe9c55be8f391637e5479883b8001bee52b9 Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Wed, 8 Apr 2026 21:49:07 +0200 Subject: [PATCH] install tmux --- .install_skripte/install_terminal_pcks.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.install_skripte/install_terminal_pcks.sh b/.install_skripte/install_terminal_pcks.sh index fc91809..f6b96b6 100755 --- a/.install_skripte/install_terminal_pcks.sh +++ b/.install_skripte/install_terminal_pcks.sh @@ -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