Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. zgen oh-my-zsh
  2.  
  3. # https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git
  4. zgen oh-my-zsh plugins/git
  5.  
  6. # https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mercurial
  7. zgen oh-my-zsh plugins/mercurial
  8.  
  9. # pp_json
  10. zgen oh-my-zsh plugins/jsontools
  11.  
  12. # TODO: httpie
  13.  
  14. # task names complection
  15. zgen oh-my-zsh plugins/gradle
  16.  
  17. # helper for extracting different types of archives.
  18. zgen oh-my-zsh plugins/extract
  19.  
  20. # TODO: read about history
  21. zgen oh-my-zsh plugins/history
  22.  
  23. zgen load zsh-users/zsh-syntax-highlighting
  24.  
  25. zgen oh-my-zsh plugins/colored-man-pages
  26.  
  27. # red hi
  28. # echo hi | red
  29. # Available colors: black blue cyan green magenta red white yellow
  30. zgen load Tarrasch/zsh-colors
  31.  
  32. zgen oh-my-zsh plugins/command-not-found
  33.  
  34. if is_osx; then
  35. zgen oh-my-zsh plugins/brew
  36. zgen oh-my-zsh plugins/brew-cask
  37. zgen oh-my-zsh plugins/osx
  38. elif is_linux; then
  39. # None so far...
  40. fi
  41.  
  42. zgen load jeremyFreeAgent/oh-my-zsh-powerline-theme powerline
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement