We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866608b commit 05cc0d0Copy full SHA for 05cc0d0
tmux_tpm.sh
@@ -9,19 +9,3 @@ else
9
cd ~/.config/tmux/plugins/tpm && git pull
10
echo "Pulled TPM changes"
11
fi
12
-
13
-tmux
14
15
-sleep 1
16
17
-# Source the tmux configuration
18
-tmux source-file ~/.config/tmux/tmux.conf
19
20
-# Start a detached tmux session, run TPM install command, and kill the session
21
-TMUX_SESSION="tpm_setup"
22
-tmux new-session -d -s $TMUX_SESSION
23
-tmux send-keys -t $TMUX_SESSION "C-b" I
24
-sleep 5 # Give some time for plugins to start installing
25
-tmux kill-session -t $TMUX_SESSION
26
27
-echo "Tmux configuration sourced and TPM plugins installation triggered."
0 commit comments