]> git.rmz.io Git - dotfiles.git/commitdiff
tmux: add Nord theme as a plugin
authorSamir Benmendil <me@rmz.io>
Mon, 25 Jan 2021 23:45:07 +0000 (23:45 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 26 Jan 2021 00:25:01 +0000 (00:25 +0000)
.gitmodules
tmux/plugins/nord-tmux [new submodule]
tmux/tmux.conf

index c9f4d94e6f518c7c12c813f48e8256623a7a5481..f09b7803d82561d4145d1a4a2f6d353f25fcc047 100644 (file)
@@ -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 (submodule)
index 0000000..4e2dc2a
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 4e2dc2a5065f5e8e67366700f803c733682e8f8c
index 487d7e11ba0a48d72e56db3c57d7ff78e01f6eb0..8184f5377a8495fdd3855226c9227af8fa37c348 100644 (file)
@@ -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'