aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 15f5d0e..d720efb 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -10,6 +10,6 @@ cat > ~/.tmux.conf << EOF
set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
-set -g @plugin 'tmux-plugins/tmux-colortag'
+set -g @plugin 'Determinant/tmux-colortag'
run -b '~/.tmux/plugins/tpm/tpm'
EOF