From b964338713661c3c862a7d11f7561f3aed27990d Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Wed, 25 Sep 2024 12:17:28 +0200 Subject: [PATCH] ajout gestion de plugin tmux --- installSystem.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installSystem.sh b/installSystem.sh index a2f9580..a8a86ac 100644 --- a/installSystem.sh +++ b/installSystem.sh @@ -39,6 +39,9 @@ git config --global user.name "Gil Portenseigne" #sudo mkdir -p /opt/Eclipse/ #sudo chown $USER /opt/Eclipse/ +# gestion de plugin tmux +[ ! -d "$HOME/.config/tmux/plugins/tpm/" ] && git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm + echo "Maintenant à installer : Idea-Eclipse, Nexcloud sync, parsec" echo "https://github.com/nordtheme/gnome-terminal"