Skip to content

Instantly share code, notes, and snippets.

@BoxingOctopus
Created March 31, 2021 13:12
Show Gist options
  • Save BoxingOctopus/ef9294743e48d917cc8ddf8155555b17 to your computer and use it in GitHub Desktop.
Save BoxingOctopus/ef9294743e48d917cc8ddf8155555b17 to your computer and use it in GitHub Desktop.
Stock Antigen .zshrc
source ./.antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle pip
antigen bundle docker
antigen bundle command-not-found
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme gentoo
# Tell Antigen that you're done.
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment