Untitled

Anonymous
sh
03/14/2022 5:05 AM
496 B
13
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...