Skip to content

Instantly share code, notes, and snippets.

@bcatubig
Created September 29, 2017 17:44
Show Gist options
  • Save bcatubig/9b6935afae51d9d748e973f00ed01de0 to your computer and use it in GitHub Desktop.
Save bcatubig/9b6935afae51d9d748e973f00ed01de0 to your computer and use it in GitHub Desktop.
source ~/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 command-not-found
antigen bundle docker
antigen bundle kubectl
antigen bundle httpie
antigen bundle python
antigen bundle tmux
# Syntax highlighting bundle.
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme robbyrussell
# 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