feat(shell): switch to starship because it's fast

This commit is contained in:
2023-09-08 00:43:37 +03:00
parent acae4fec73
commit bc608cd578
5 changed files with 147 additions and 1722 deletions

View File

@@ -83,12 +83,9 @@ x-default-antigen-bundles()
# these should be available if there's need
have brew && antigen bundle brew
have nvm && antigen bundle nvm
# have nvm && antigen bundle nvm
have nvm && antigen bundle "$DOTFILES/config/zsh/plugins/nvm-auto-use"
have php && antigen bundle php
have python && antigen bundle MichaelAquilina/zsh-autoswitch-virtualenv
have rvm && antigen bundle unixorn/rvm-plugin
# the theme to use
antigen theme romkatv/powerlevel10k
}