diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf deleted file mode 100644 index 758ddc0..0000000 --- a/.config/tmux/tmux.conf +++ /dev/null @@ -1,8 +0,0 @@ -unbind r -bind r source-file ~/.tmux.conf - -set -g prefix C-y -set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/' - -source-file ~/.config/tmux/tmux.conf.d/plugins.conf -source-file ~/.config/tmux/tmux.conf.d/keybinds.conf \ No newline at end of file diff --git a/.config/tmux/tmux.conf.d/catppuccin.conf b/.config/tmux/tmux.conf.d/catppuccin.conf deleted file mode 100644 index 710a452..0000000 --- a/.config/tmux/tmux.conf.d/catppuccin.conf +++ /dev/null @@ -1,2 +0,0 @@ -set -g @catppuccin_flavor "mocha" -set -g @catppuccin_window_status_style "rounded" \ No newline at end of file diff --git a/.config/tmux/tmux.conf.d/keybinds.conf b/.config/tmux/tmux.conf.d/keybinds.conf deleted file mode 100644 index 5fd6b5c..0000000 --- a/.config/tmux/tmux.conf.d/keybinds.conf +++ /dev/null @@ -1,6 +0,0 @@ -bind-key w select-pane -U -bind-key a select-pane -L -bind-key s select-pane -D -bind-key d select-pane -R - -bind-key c detach \ No newline at end of file diff --git a/.config/tmux/tmux.conf.d/plugins.conf b/.config/tmux/tmux.conf.d/plugins.conf deleted file mode 100644 index 6a1cc26..0000000 --- a/.config/tmux/tmux.conf.d/plugins.conf +++ /dev/null @@ -1,9 +0,0 @@ -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'catppuccin/tmux' - -set -g @catppuccin_flavor "macchiato" -set -g @catppuccin_window_status_style "rounded" - -#source-file '~/.config/tmux/tmux.conf.d/catppuccin.conf' - -run "~/.tmux/plugins/tpm/tpm" \ No newline at end of file diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index f0c761a..0000000 --- a/.tmux.conf +++ /dev/null @@ -1 +0,0 @@ -source-file ~/.config/tmux/tmux.conf \ No newline at end of file