From 930dcf00c411938afadd142dda3db611b9d2e664 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 17 Sep 2024 00:17:08 +0300 Subject: [PATCH] Revert "chore(config): remove tmux dark-notify" This reverts commit bb8e3bba56097f2ffb6b486dba45fef1494dde26. --- .gitmodules | 3 +++ add-submodules.sh | 3 ++- config/tmux/plugins/tmux-dark-notify | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 config/tmux/plugins/tmux-dark-notify diff --git a/.gitmodules b/.gitmodules index b78c962..3508c6a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,6 +61,9 @@ [submodule "nvim-kickstart"] path = config/nvim-kickstart 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"] path = local/bin/asdf url = https://github.com/asdf-vm/asdf.git diff --git a/add-submodules.sh b/add-submodules.sh index 051fc52..c49bb71 100755 --- a/add-submodules.sh +++ b/add-submodules.sh @@ -40,6 +40,8 @@ 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/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 for MODULE in $(git config --file .gitmodules --get-regexp path | awk '{ print $2 }'); do @@ -50,6 +52,5 @@ done [ -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-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-snap" ] && rm -rf tools/dotbot-snap diff --git a/config/tmux/plugins/tmux-dark-notify b/config/tmux/plugins/tmux-dark-notify new file mode 160000 index 0000000..dfa2b45 --- /dev/null +++ b/config/tmux/plugins/tmux-dark-notify @@ -0,0 +1 @@ +Subproject commit dfa2b45b3edab2fbd6961bdb40b2a7c50fc17060