mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-11 04:51:56 +00:00
chore(shell): drop autoupdate-antigen plugin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user