From 9fc5838e2a8827e5c17f448b24d1474a712c4a15 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 25 Jan 2021 23:45:07 +0000 Subject: [PATCH] tmux: add Nord theme as a plugin --- .gitmodules | 3 +++ tmux/plugins/nord-tmux | 1 + tmux/tmux.conf | 4 ++++ 3 files changed, 8 insertions(+) create mode 160000 tmux/plugins/nord-tmux diff --git a/.gitmodules b/.gitmodules index c9f4d94..f09b780 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "tmux/plugins/tpm"] path = tmux/plugins/tpm url = https://github.com/tmux-plugins/tpm +[submodule "tmux/plugins/nord-tmux"] + path = tmux/plugins/nord-tmux + url = https://git@github.com/arcticicestudio/nord-tmux diff --git a/tmux/plugins/nord-tmux b/tmux/plugins/nord-tmux new file mode 160000 index 0000000..4e2dc2a --- /dev/null +++ b/tmux/plugins/nord-tmux @@ -0,0 +1 @@ +Subproject commit 4e2dc2a5065f5e8e67366700f803c733682e8f8c diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 487d7e1..8184f53 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,3 +36,7 @@ bind-key -r H resize-pane -L 5 bind-key -r J resize-pane -D 5 bind-key -r K resize-pane -U 5 bind-key -r L resize-pane -R 5 + +#TODO use THEME env somehow, see FORMATS in tmux(1) +set -g @plugin "arcticicestudio/nord-tmux" +run '$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm' -- 2.48.1