From 988cb9cd1872f55fc20bdd820cd35beb015da4a7 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 11 Oct 2023 08:53:39 +0300 Subject: [PATCH] chore(shell): drop autoupdate-antigen plugin --- add-submodules.sh | 1 + base/zshrc | 1 - scripts/install-cargo-packages.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add-submodules.sh b/add-submodules.sh index 377a7e5..1c8aab3 100755 --- a/add-submodules.sh +++ b/add-submodules.sh @@ -32,6 +32,7 @@ git submodule add --name tmux/tmux-window-name \ git submodule add --name tmux/tmux-yank \ -f https://github.com/tmux-plugins/tmux-yank.git config/tmux/plugins/tmux-yank +# Takes submodules and sets them to ignore all changes for MODULE in $(git config --file .gitmodules --get-regexp path | awk '{ print $2 }'); do git config "submodule.${MODULE}.ignore" all done diff --git a/base/zshrc b/base/zshrc index df1bc3a..0bac8b7 100755 --- a/base/zshrc +++ b/base/zshrc @@ -55,7 +55,6 @@ antigen bundle colored-man-pages antigen bundle command-not-found antigen bundle ssh-agent antigen bundle jreese/zsh-titles -antigen bundle unixorn/autoupdate-antigen.zshplugin antigen bundle zsh-users/zsh-completions # these should be available if there's need diff --git a/scripts/install-cargo-packages.sh b/scripts/install-cargo-packages.sh index 11daa28..5139f99 100755 --- a/scripts/install-cargo-packages.sh +++ b/scripts/install-cargo-packages.sh @@ -22,7 +22,7 @@ packages=( "bkt" # a structural diff that understands syntax "difftastic" - # a modern replacement for ‘ls’. + # a modern replacement for ls. "eza" # A simple, fast and user-friendly alternative to 'find' "fd-find"