# Load oh-my-zsh library. antigen use oh-my-zsh # Load bundles from the default repo (oh-my-zsh). antigen bundle git antigen bundle golang antigen bundle command-not-found antigen bundle docker # Load bundles from external repos. antigen bundle zsh-users/zsh-completions antigen bundle zsh-users/zsh-autosuggestions antigen bundle zsh-users/zsh-syntax-highlighting # Select theme. antigen theme cloud # Tell Antigen that you're done. antigen apply