From 6bce7a0ac0d7e74917bb8535c271d3f06fc40361 Mon Sep 17 00:00:00 2001 From: Stefan Herold <794372+Blackjacx@users.noreply.github.com> Date: Tue, 14 Nov 2023 01:59:30 +0100 Subject: [PATCH] Manually install tpm --- bootstrap/dotfiles/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/dotfiles/.tmux.conf b/bootstrap/dotfiles/.tmux.conf index cdaa96c..052adb7 100644 --- a/bootstrap/dotfiles/.tmux.conf +++ b/bootstrap/dotfiles/.tmux.conf @@ -88,4 +88,5 @@ set -g @plugin 'dreamsofcode-io/catppuccin-tmux' set -g @plugin 'tmux-plugins/tmux-resurrect' -run '$(brew --prefix)/opt/tpm/share/tpm/tpm' \ No newline at end of file +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run "${HOME}/.tmux/plugins/tpm/tpm" \ No newline at end of file