Added tmux
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
# 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'
|
||||
set -g @catppuccin_flavour 'mocha' # or frappe, latte, mocha
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
run '/usr/share/tmux-plugin-manager/tpm'
|
||||
Reference in New Issue
Block a user