mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-10 19:51:56 +00:00
chore(config): remove tmux dark-notify
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -61,9 +61,6 @@
|
|||||||
[submodule "nvim-kickstart"]
|
[submodule "nvim-kickstart"]
|
||||||
path = config/nvim-kickstart
|
path = config/nvim-kickstart
|
||||||
url = https://github.com/ivuorinen/kickstart.nvim
|
url = https://github.com/ivuorinen/kickstart.nvim
|
||||||
[submodule "tmux/tmux-dark-notify"]
|
|
||||||
path = config/tmux/plugins/tmux-dark-notify
|
|
||||||
url = https://github.com/erikw/tmux-dark-notify.git
|
|
||||||
[submodule "asdf"]
|
[submodule "asdf"]
|
||||||
path = local/bin/asdf
|
path = local/bin/asdf
|
||||||
url = https://github.com/asdf-vm/asdf.git
|
url = https://github.com/asdf-vm/asdf.git
|
||||||
|
|||||||
@@ -40,8 +40,6 @@ git submodule add --name tmux/tmux-yank \
|
|||||||
-f https://github.com/tmux-plugins/tmux-yank.git config/tmux/plugins/tmux-yank
|
-f https://github.com/tmux-plugins/tmux-yank.git config/tmux/plugins/tmux-yank
|
||||||
git submodule add --name tmux/tmux-current-pane-hostname \
|
git submodule add --name tmux/tmux-current-pane-hostname \
|
||||||
-f https://github.com/soyuka/tmux-current-pane-hostname.git config/tmux/plugins/tmux-current-pane-hostname
|
-f https://github.com/soyuka/tmux-current-pane-hostname.git config/tmux/plugins/tmux-current-pane-hostname
|
||||||
git submodule add --name tmux/tmux-dark-notify \
|
|
||||||
-f https://github.com/erikw/tmux-dark-notify.git config/tmux/plugins/tmux-dark-notify
|
|
||||||
|
|
||||||
# Takes submodules and sets them to ignore all changes
|
# Takes submodules and sets them to ignore all changes
|
||||||
for MODULE in $(git config --file .gitmodules --get-regexp path | awk '{ print $2 }'); do
|
for MODULE in $(git config --file .gitmodules --get-regexp path | awk '{ print $2 }'); do
|
||||||
@@ -52,5 +50,6 @@ done
|
|||||||
[ -d "config/tmux/plugins/tpm" ] && rm -rf config/tmux/plugins/tpm
|
[ -d "config/tmux/plugins/tpm" ] && rm -rf config/tmux/plugins/tpm
|
||||||
[ -d "config/tmux/plugins/tmux" ] && rm -rf config/tmux/plugins/tmux
|
[ -d "config/tmux/plugins/tmux" ] && rm -rf config/tmux/plugins/tmux
|
||||||
[ -d "config/tmux/plugins/tmux-menus" ] && rm -rf config/tmux/plugins/tmux-menus
|
[ -d "config/tmux/plugins/tmux-menus" ] && rm -rf config/tmux/plugins/tmux-menus
|
||||||
|
[ -d "config/tmux/plugins/tmux-dark-notify" ] && rm -rf config/tmux/plugins/tmux-dark-notify
|
||||||
[ -d "tools/dotbot-crontab" ] && rm -rf tools/dotbot-crontab
|
[ -d "tools/dotbot-crontab" ] && rm -rf tools/dotbot-crontab
|
||||||
[ -d "tools/dotbot-snap" ] && rm -rf tools/dotbot-snap
|
[ -d "tools/dotbot-snap" ] && rm -rf tools/dotbot-snap
|
||||||
|
|||||||
Submodule config/tmux/plugins/tmux-dark-notify deleted from dfa2b45b3e
Reference in New Issue
Block a user