diff --git a/plugins/tmux b/plugins/tmux index b26eb2f..2c4cb5a 160000 --- a/plugins/tmux +++ b/plugins/tmux @@ -1 +1 @@ -Subproject commit b26eb2fa6d2dd524ceaf68a4751c1d1285d809df +Subproject commit 2c4cb5a07a3e133ce6d5382db1ab541a0216ddc7 diff --git a/tmux.conf b/tmux.conf index 78713ea..45725e4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,9 +17,9 @@ set -g @plugin 'christoomey/vim-tmux-navigator' # catppuccin config -set -g @catppuccin_window_left_separator "" -set -g @catppuccin_window_right_separator " " -set -g @catppuccin_window_middle_separator " █" +#set -g @catppuccin_window_left_separator "" +#set -g @catppuccin_window_right_separator " " +#set -g @catppuccin_window_middle_separator " █" set -g @catppuccin_window_number_position "right" set -g @catppuccin_window_default_fill "number" @@ -36,5 +36,9 @@ set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_directory_text "#{pane_current_path}" +# Autoinstall plugins +if "test ! -d ~/.config/tmux/plugins/tpm" \ + "run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'" + # Runs TMUX plugin manager (have to be on the bottom of config) run '~/.config/tmux/plugins/tpm/tpm'