Untitled

 avatar
unknown
sh
3 years ago
372 B
3
Indexable
source ~/.antigen.zsh

# load oh-my-zsh library.
antigen use oh-my-zsh


# Bundles from the default repo
antigen bundle sudo
antigen bundle git
antigen bundle pip
antigen bundle command-not-found

# syntax highlighting bundle
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions

# theme
antigen theme lambda

# apply
antigen apply
Editor is loading...