Browse Source

nord theme tmux and update README

master
Taylor Bockman 2 years ago
parent
commit
f0b460160d
  1. 2
      README.md
  2. 4
      dotfiles/tmux.conf

2
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

4
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

Loading…
Cancel
Save