Improve tmux and zsh configuration

Utilize tpm to configure tmux plugins. Improve zshrc to work with
nerdfonts setup.
This commit is contained in:
Andrew Mulbrook 2023-08-23 02:44:20 -05:00
parent 395f26a37b
commit fbe276353f
No known key found for this signature in database
GPG key ID: ECCE9C873ECB5BF0
8 changed files with 43 additions and 3 deletions

12
tmux.conf Normal file
View file

@ -0,0 +1,12 @@
# My options
set -sg escape-time 1 # WSL fix, see https://github.com/microsoft/WSL/issues/5931
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'wfxr/tmux-power'
set -g mouse on
run '~/.tmux/plugins/tpm/tpm'