Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. #Source for zsh
  2. 1
  3. 2 source ~/.build/antigen/antigen.zsh
  4. 3 #source <(antibody init)
  5. 4
  6. 5 # Load the oh-my-zsh's library.
  7. 6 antigen use oh-my-zsh
  8. 7
  9. 8 # Bundles from the default repo (robbyrussell's oh-my-zsh).
  10. 9 antigen bundle git
  11. 10 antigen bundle heroku
  12. 11 antigen bundle pip
  13. 12 antigen bundle lein
  14. 13 antigen bundle command-not-found
  15. 14
  16. 15 # Syntax highlighting bundle.
  17. 16 antigen bundle zsh-users/zsh-syntax-highlighting
  18. 17
  19. 18 # Load the theme.
  20. 19 antigen theme duellj
  21. 20 #antibody oh-my-zsh theme duellj
  22. 21
  23. 22 # Tell Antigen that you're done.
  24. 23 antigen apply
  25. 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement