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:
parent
f8fcab0bd8
commit
a5db6f05ba
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
1
zgenom
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b64293f040d5c58e36915e1dda301875c5f72c3f
|
||||
@ -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
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
source $HOME/.zsh/lib/antigen.zsh
|
||||
source $HOME/.zsh/bundles.zsh.local
|
||||
|
||||
antigen apply
|
||||
9
zsh/configs/zgenom.zsh.local
Normal file
9
zsh/configs/zgenom.zsh.local
Normal 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
|
||||
2057
zsh/lib/antigen.zsh
2057
zsh/lib/antigen.zsh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user