1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Switch from antigen to zgenom

Turns out antigen is OLD and no longer works well.
This commit is contained in:
Dan Barber 2024-09-12 15:41:35 -05:00
parent f8fcab0bd8
commit a5db6f05ba
6 changed files with 16 additions and 2063 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "zsh/lib/gitstatus"]
path = zsh/lib/gitstatus
url = git@github.com:romkatv/gitstatus.git
[submodule "zgenom"]
path = zgenom
url = https://github.com/jandamm/zgenom.git

1
zgenom Submodule

@ -0,0 +1 @@
Subproject commit b64293f040d5c58e36915e1dda301875c5f72c3f

View File

@ -1,2 +1,3 @@
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle Aloxaf/fzf-tab
zgenom load Aloxaf/fzf-tab
zgenom load joshskidmore/zsh-fzf-history-search
zgenom load zsh-users/zsh-syntax-highlighting

View File

@ -1,4 +0,0 @@
source $HOME/.zsh/lib/antigen.zsh
source $HOME/.zsh/bundles.zsh.local
antigen apply

View File

@ -0,0 +1,9 @@
source "${HOME}/.zgenom/zgenom.zsh"
zgenom autoupdate
if ! zgenom saved; then
source "${HOME}/.zsh/bundles.zsh.local"
zgenom save
fi

File diff suppressed because it is too large Load Diff