chore: ZSH MacOS
This commit is contained in:
parent
9a42d0e71a
commit
0c33e2571e
15 changed files with 593 additions and 54 deletions
19
.config/tmux/tmux_plugins.conf
Normal file
19
.config/tmux/tmux_plugins.conf
Normal file
|
@ -0,0 +1,19 @@
|
|||
# tmux_plugins.conf
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @plugin 'tomhey/tmux-remote-sessions'
|
||||
|
||||
# Plugin settings
|
||||
set -g @catppuccin_flavour 'frappe'
|
||||
set -g @catppuccin_window_tabs_enabled on
|
||||
set -g @resurrect-strategy-nvim 'session'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
#set -g @continuum-restore 'on'
|
||||
set -g @continuum-save-interval '10'
|
||||
set -g @continuum-boot 'on'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue