2024-01-16 19:05:19 -06:00
|
|
|
# Start panels at 1
|
|
|
|
set -g base-index 1
|
|
|
|
set -g pane-base-index 1
|
|
|
|
set-window-option -g pane-base-index 1
|
|
|
|
set-option -g renumber-windows on
|
|
|
|
|
|
|
|
# Plugins
|
|
|
|
set -g @plugin 'catppuccin/tmux'
|
2024-01-16 19:45:00 -06:00
|
|
|
set -g @catppuccin_flavour 'frappe' # or frappe, latte, mocha
|
2024-01-16 19:05:19 -06:00
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
|
|
run '/usr/share/tmux-plugin-manager/tpm'
|
2024-01-16 19:45:00 -06:00
|
|
|
|