From e3f5bbad009e6c2b82a81109f0f5fb8b9ae81361 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 12 Aug 2023 16:41:42 +0300 Subject: [PATCH] fix(git): submodule registration script --- add-submodules.sh | 42 ++++++++++++++++--------- config/tmux/plugins/tmux | 1 - config/tmux/plugins/tmux-mode-indicator | 1 - 3 files changed, 28 insertions(+), 16 deletions(-) delete mode 160000 config/tmux/plugins/tmux delete mode 160000 config/tmux/plugins/tmux-mode-indicator diff --git a/add-submodules.sh b/add-submodules.sh index a59fcfd..367597a 100755 --- a/add-submodules.sh +++ b/add-submodules.sh @@ -6,18 +6,32 @@ git submodule add --name dotbot-include -f https://gitlab.com/gnfzdz/dotbot-incl git submodule add --name cheat-community -f https://github.com/cheat/cheatsheets.git config/cheat/cheatsheets/community # tmux plugin manager and plugins -git submodule add --name tmux/tpm -f https://github.com/tmux-plugins/tpm.git config/tmux/plugins/tpm -git submodule add --name tmux/catppuccin -f https://github.com/catppuccin/tmux.git config/tmux/plugins/catppuccin -git submodule add --name tmux/tmux-1password -f https://github.com/yardnsm/tmux-1password.git config/tmux/plugins/tmux-1password -git submodule add --name tmux/tmux-autoreload -f https://github.com/b0o/tmux-autoreload.git config/tmux/plugins/tmux-autoreload -git submodule add --name tmux/tmux-continuum -f https://github.com/tmux-plugins/tmux-continuum config/tmux/plugins/tmux-continuum -git submodule add --name tmux/tmux-fzf -f https://github.com/sainnhe/tmux-fzf.git config/tmux/plugins/tmux-fzf -git submodule add --name tmux/tmux-menus -f https://github.com/jaclu/tmux-menus.git config/tmux/plugins/tmux-menus -git submodule add --name tmux/tmux-notify -f https://github.com/ChanderG/tmux-notify.git config/tmux/plugins/tmux-notify -git submodule add --name tmux/tmux-resurrect -f https://github.com/tmux-plugins/tmux-resurrect config/tmux/plugins/tmux-resurrect -git submodule add --name tmux/tmux-sensible -f https://github.com/tmux-plugins/tmux-sensible.git config/tmux/plugins/tmux-sensible -git submodule add --name tmux/tmux-sessionist -f https://github.com/tmux-plugins/tmux-sessionist.git config/tmux/plugins/tmux-sessionist -git submodule add --name tmux/tmux-suspend -f https://github.com/MunifTanjim/tmux-suspend.git config/tmux/plugins/tmux-suspend -git submodule add --name tmux/tmux-yank -f https://github.com/tmux-plugins/tmux-yank.git config/tmux/plugins/tmux-yank -git submodule add --name tmux/vim-tmux-navigator -f https://github.com/christoomey/vim-tmux-navigator.git config/tmux/plugins/vim-tmux-navigator +git submodule add --name tmux/tpm \ + -f https://github.com/tmux-plugins/tpm.git config/tmux/plugins/tpm +git submodule add --name tmux/catppuccin \ + -f https://github.com/catppuccin/tmux.git config/tmux/plugins/catppuccin +git submodule add --name tmux/tmux-1password \ + -f https://github.com/yardnsm/tmux-1password.git config/tmux/plugins/tmux-1password +git submodule add --name tmux/tmux-autoreload \ + -f https://github.com/b0o/tmux-autoreload.git config/tmux/plugins/tmux-autoreload +git submodule add --name tmux/tmux-continuum \ + -f https://github.com/tmux-plugins/tmux-continuum config/tmux/plugins/tmux-continuum +git submodule add --name tmux/tmux-fzf \ + -f https://github.com/sainnhe/tmux-fzf.git config/tmux/plugins/tmux-fzf +git submodule add --name tmux/tmux-menus \ + -f https://github.com/jaclu/tmux-menus.git config/tmux/plugins/tmux-menus +git submodule add --name tmux/tmux-notify \ + -f https://github.com/ChanderG/tmux-notify.git config/tmux/plugins/tmux-notify +git submodule add --name tmux/tmux-resurrect \ + -f https://github.com/tmux-plugins/tmux-resurrect config/tmux/plugins/tmux-resurrect +git submodule add --name tmux/tmux-sensible \ + -f https://github.com/tmux-plugins/tmux-sensible.git config/tmux/plugins/tmux-sensible +git submodule add --name tmux/tmux-sessionist \ + -f https://github.com/tmux-plugins/tmux-sessionist.git config/tmux/plugins/tmux-sessionist +git submodule add --name tmux/tmux-suspend \ + -f https://github.com/MunifTanjim/tmux-suspend.git config/tmux/plugins/tmux-suspend +git submodule add --name tmux/tmux-yank \ + -f https://github.com/tmux-plugins/tmux-yank.git config/tmux/plugins/tmux-yank +git submodule add --name tmux/vim-tmux-navigator \ + -f https://github.com/christoomey/vim-tmux-navigator.git config/tmux/plugins/vim-tmux-navigator diff --git a/config/tmux/plugins/tmux b/config/tmux/plugins/tmux deleted file mode 160000 index f7b6da0..0000000 --- a/config/tmux/plugins/tmux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f7b6da07ab55fe32ee5f7d62da56d8e5ac691a92 diff --git a/config/tmux/plugins/tmux-mode-indicator b/config/tmux/plugins/tmux-mode-indicator deleted file mode 160000 index 7027903..0000000 --- a/config/tmux/plugins/tmux-mode-indicator +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7027903adca37c54cb8f5fa99fc113b11c23c2c4