Created
          October 13, 2017 14:24 
        
      - 
      
- 
        Save bodokaiser/cfb11abcecdd0950541f2b73a120e329 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | export PYTHON_CONFIGURE_OPTS=--enable-framework | |
| export EDITOR=vim | |
| export CLICOLOR=1 | |
| export LANG=en_US.UTF-8 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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