From f0b460160d5ea46788bc3f2d96c755859733c20d Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 21 Oct 2022 08:55:00 -0700 Subject: [PATCH] nord theme tmux and update README --- README.md | 2 ++ dotfiles/tmux.conf | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c6fe4..0911e24 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ git completion. ### Tmux After symlinking the `tmux.conf` dotfile properly you will need to run `ctrl+a I` in order to install any plugins. +All themes are centered around the `nord` color scheme and so you will need a nord themed terminal and a nerd font. +If you use my Vim configuration, refer to the section below on Vim to configure it. ## Vim diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index e36296e..098a0c9 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -18,10 +18,12 @@ set -g default-terminal "screen-256color" # sane scrolling set -g mouse on -# list of plugins +# PLUGINS set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' +set -g @plugin "arcticicestudio/nord-tmux" +# END PLUGINS # TMUX plugin manager (keep at the bottom of tmux.conf) # requires git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm