From ede1e11002c5b5bc83a1de2fdc5f8637cf4fe4b5 Mon Sep 17 00:00:00 2001 From: Correl Date: Mon, 1 May 2023 18:01:53 -0400 Subject: [PATCH] Switch from Antigen to Zgenom --- .zshrc | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/.zshrc b/.zshrc index 2516625..04e4ec0 100644 --- a/.zshrc +++ b/.zshrc @@ -8,34 +8,23 @@ if [[ $TERM == "dumb" ]]; then # in emacs unfunction precmd unfunction preexec else - - if [ ! -d $HOME/antigen ]; then - git clone https://github.com/zsh-users/antigen.git $HOME/antigen + if [ ! -d $HOME/.zgenom ]; then + git clone https://github.com/jandamm/zgenom.git "${HOME}/.zgenom" fi + source $HOME/.zgenom/zgenom.zsh + if ! zgenom saved; then + zgenom ohmyzsh + zgenom ohmyzsh plugins/git + zgenom ohmyzsh plugins/git-extras + zgenom ohmyzsh plugins/pip + zgenom ohmyzsh plugins/pass + zgenom ohmyzsh plugins/ssh-agent - source $HOME/antigen/antigen.zsh - - # Load the oh-my-zsh library - antigen use oh-my-zsh - - antigen bundles <