Browse Source

Changed tmux configuration to Nord

master
Julio Biason 4 years ago
parent
commit
46e0fcac62
  1. 5
      tmux/tmux.conf

5
tmux/tmux.conf

@ -32,9 +32,10 @@ set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'jimeh/tmux-themepack'
# set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'arcticicestudio/nord-tmux'
set -g @themepack 'block/cyan'
# set -g @themepack 'block/cyan'
run '~/.tmux/plugins/tpm/tpm'

Loading…
Cancel
Save