diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 1840782..500c0ff 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -11,8 +11,12 @@ ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" [ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" source "${ZINIT_HOME}/zinit.zsh" +# install zsh plugins zinit ice depth=1; zinit light romkatv/powerlevel10k +zinit ice depth=1; zinit light olets/zsh-abbr +abbr -S --force vim="nvim" + # Setup starship # ----------------------------------------------------------------- # eval "$(starship init zsh)"