From 36fc7d0eb4f4800be227d42068cf3091a9bb9abe Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 22 Oct 2025 14:04:36 +0200 Subject: [PATCH] zsh: switched to antidote --- .gitconfig | 2 ++ .gitmodules | 4 --- .local/lib/zsh/antigen | 1 - .local/lib/zsh/custom-zsh/.keep | 0 .zshrc | 52 ++++++++++++++++++++------------- 5 files changed, 33 insertions(+), 26 deletions(-) delete mode 160000 .local/lib/zsh/antigen delete mode 100644 .local/lib/zsh/custom-zsh/.keep diff --git a/.gitconfig b/.gitconfig index 75c0d8c..b475233 100644 --- a/.gitconfig +++ b/.gitconfig @@ -74,3 +74,5 @@ fsckobjects = true [user] name = Tobias Schmidl +[fetch "fsck"] + zeroPaddedFilemode = warn diff --git a/.gitmodules b/.gitmodules index 9991ea3..0531730 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,3 @@ [submodule ".vim/bundle/Vundle.vim"] path = .vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git -[submodule ".local/lib/zsh/antigen"] - path = .local/lib/zsh/antigen - url = https://github.com/zsh-users/antigen.git - branch = develop diff --git a/.local/lib/zsh/antigen b/.local/lib/zsh/antigen deleted file mode 160000 index 64de2dc..0000000 --- a/.local/lib/zsh/antigen +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 64de2dcd95d6a8e879cd2244c763d99f0144e78e diff --git a/.local/lib/zsh/custom-zsh/.keep b/.local/lib/zsh/custom-zsh/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/.zshrc b/.zshrc index 9be03eb..49b130f 100644 --- a/.zshrc +++ b/.zshrc @@ -5,37 +5,47 @@ setopt HIST_IGNORE_SPACE setopt HIST_FIND_NO_DUPS setopt HIST_SAVE_NO_DUPS -zstyle :omz:plugins:keychain agents gpg,ssh -zstyle :omz:plugins:keychain options --quiet -zstyle :omz:plugins:ssh-agent agent-forwarding yes -zstyle :omz:plugins:ssh-agent lazy yes -zstyle :omz:plugins:ssh-agent lifetime 8h +zstyle ':omz:plugins:keychain' agents gpg,ssh +zstyle ':omz:plugins:keychain' options --quiet +zstyle ':omz:plugins:ssh-agent' agent-forwarding yes +zstyle ':omz:plugins:ssh-agent' lazy yes +zstyle ':omz:plugins:ssh-agent' lifetime 8h +zstyle ':antidote:bundle' use-friendly-names 'yes' -source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh -antigen use oh-my-zsh -antigen bundles <