add tmux config and nord theme

This commit is contained in:
Peter Cai 2021-02-01 08:28:57 +08:00
parent 6a1dff9e8a
commit 326c1b7017

10
tmux/.tmux.conf Normal file
View file

@ -0,0 +1,10 @@
# Allow mouse input (to switch window / panes)
set -g mouse on
# Tmux Plugin Manager
# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first
set -g @plugin 'tmux-plugins/tpm'
# Theme
set -g @plugin "arcticicestudio/nord-tmux"
# Load Tmux Plugin Manager (keep this at the end)
run '~/.tmux/plugins/tpm/tpm'