chore(shell): drop autoupdate-antigen plugin

This commit is contained in:
2023-10-11 08:53:39 +03:00
parent 681396383a
commit 988cb9cd18
3 changed files with 2 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ git submodule add --name tmux/tmux-window-name \
git submodule add --name tmux/tmux-yank \ 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
# 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
git config "submodule.${MODULE}.ignore" all git config "submodule.${MODULE}.ignore" all
done done

View File

@@ -55,7 +55,6 @@ antigen bundle colored-man-pages
antigen bundle command-not-found antigen bundle command-not-found
antigen bundle ssh-agent antigen bundle ssh-agent
antigen bundle jreese/zsh-titles antigen bundle jreese/zsh-titles
antigen bundle unixorn/autoupdate-antigen.zshplugin
antigen bundle zsh-users/zsh-completions antigen bundle zsh-users/zsh-completions
# these should be available if there's need # these should be available if there's need

View File

@@ -22,7 +22,7 @@ packages=(
"bkt" "bkt"
# a structural diff that understands syntax # a structural diff that understands syntax
"difftastic" "difftastic"
# a modern replacement for ls. # a modern replacement for ls.
"eza" "eza"
# A simple, fast and user-friendly alternative to 'find' # A simple, fast and user-friendly alternative to 'find'
"fd-find" "fd-find"