set -g mouse on setw -g mode-keys vi set-option -g default-shell /bin/zsh # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'dracula/tmux' set -g @plugin 'jimeh/tmux-themepack' set -g @plugin 'aaronpowell/tmux-weather' # source-file "${HOME}/.tmux-themepack/powerline/default/green.tmuxtheme" set -g status-right '#{forecast} | #H' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'