TMUX: Added tpm installation

This commit is contained in:
mattr
2024-10-19 13:34:00 -05:00
parent 2304b5c75e
commit b3766e5b78

View File

@@ -51,4 +51,6 @@ if [ -f "$TMUXFILE" ] || [ -d "$TMUXFILE" ]; then
mv "$TMUXFILE" "$TMUXFILE.old"
fi
git clone https://github.com/tmux-plugins/tpm ./tmux/plugins/tpm
ln -s "$PWD/tmux/" "$TMUXFILE"