Skip to content

Commit 05cc0d0

Browse files
committed
removed automating tmux plugins
1 parent 866608b commit 05cc0d0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tmux_tpm.sh

-16
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,3 @@ else
99
cd ~/.config/tmux/plugins/tpm && git pull
1010
echo "Pulled TPM changes"
1111
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

Comments
 (0)