antigen bundle aws
antigen apply
set -x
to turn on debug
aws shell
completion
antigen bundle
is used.
antigen bundle zsh-users/zsh-autosuggestions
like this
source $HOME/antigen/antigen.zsh
`# Load the oh-my-zsh's library
antigen use oh-my-zsh
antigen bundle <<EOBUNDLES
# Bundles from the default repo (robbyrussell's oh-my-zsh)
git
# Syntax highlighting bundle.
zsh-users/zsh-syntax-highlighting
# Fish-like auto suggestions
zsh-users/zsh-autosuggestions
# Extra zsh completions
zsh-users/zsh-completions
EOBUNDLES
antigen theme robbyrussell
antigen apply`
source ~/.antigen/antigen.zsh
and I used this command to install it on my home dir. https://devstate.de/workflow/install-antigen/
~/.zshrc
file it says Seems robbyrussell/oh-my-zsh is already installed!
for all the plugins so I'm not sure.