1
1
Fork 0
dotfiles/tmux/.tmux.conf
Ava Gaiety Wroten 51e0427855 tmux
2021-04-08 10:52:44 -05:00

9 lines
276 B
Bash

# status bar to top
set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'