autoinstall update
This commit is contained in:
parent
324151bb29
commit
b0ebcc8a40
@ -1 +1 @@
|
|||||||
Subproject commit b26eb2fa6d2dd524ceaf68a4751c1d1285d809df
|
Subproject commit 2c4cb5a07a3e133ce6d5382db1ab541a0216ddc7
|
||||||
10
tmux.conf
10
tmux.conf
@ -17,9 +17,9 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
|
|||||||
|
|
||||||
# catppuccin config
|
# catppuccin config
|
||||||
|
|
||||||
set -g @catppuccin_window_left_separator ""
|
#set -g @catppuccin_window_left_separator ""
|
||||||
set -g @catppuccin_window_right_separator " "
|
#set -g @catppuccin_window_right_separator " "
|
||||||
set -g @catppuccin_window_middle_separator " █"
|
#set -g @catppuccin_window_middle_separator " █"
|
||||||
set -g @catppuccin_window_number_position "right"
|
set -g @catppuccin_window_number_position "right"
|
||||||
|
|
||||||
set -g @catppuccin_window_default_fill "number"
|
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}"
|
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)
|
# Runs TMUX plugin manager (have to be on the bottom of config)
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user