From 1fa379691a88d2da28d764843d611565d7565bec Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Thu, 13 May 2021 17:13:16 +0100
Subject: [PATCH] tmux: Use the nord theme

---
 tag-tmux/tmux.conf | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index c834d428..30a126b6 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -76,3 +76,11 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l
 # Allow clearing screen with ctrl-l by using <prefix> C-l
 bind C-l send-keys 'C-l'
 bind C-k send-keys 'C-k'
+
+# Plugins
+set -g @plugin "arcticicestudio/nord-tmux"
+set -g @plugin 'tmux-plugins/tmux-sensible'
+set -g @plugin 'tmux-plugins/tpm'
+
+# Initialize TMUX plugin manager
+run '~/.tmux/plugins/tpm/tpm'