Skip to content

Instantly share code, notes, and snippets.

@bodokaiser
Created October 13, 2017 14:24
Show Gist options
  • Save bodokaiser/cfb11abcecdd0950541f2b73a120e329 to your computer and use it in GitHub Desktop.
Save bodokaiser/cfb11abcecdd0950541f2b73a120e329 to your computer and use it in GitHub Desktop.
export PYTHON_CONFIGURE_OPTS=--enable-framework
export EDITOR=vim
export CLICOLOR=1
export LANG=en_US.UTF-8
source $(brew --prefix)/share/antigen/antigen.zsh
antigen use oh-my-zsh
antigen bundle git
antigen bundle pyenv
antigen bundle command-not-found
antigen bundle mafredri/zsh-async
antigen bundle sindresorhus/pure
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-autosuggestions
antigen theme sindresorhus/pure
antigen apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment