Skip to content

Instantly share code, notes, and snippets.

@ThePixelDeveloper
Created September 14, 2015 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThePixelDeveloper/5192bd528070cdd4937c to your computer and use it in GitHub Desktop.
Save ThePixelDeveloper/5192bd528070cdd4937c to your computer and use it in GitHub Desktop.
Antigen configuration
source ~/antigen/antigen.zsh
# Load colours
autoload -U colors && colors
# Parse prompt string
setopt promptsubst
antigen use oh-my-zsh
antigen bundle git
antigen bundle osx
antigen bundle wd
antigen bundle composer
antigen theme robbyrussell
antigen apply
export EDITOR=nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment