Advertisement
rafee1344

Untitled

Aug 18th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.80 KB | None | 0 0
  1. TERM="screen-256color"
  2.  
  3. # install zsh antigen
  4. source /usr/share/zsh-antigen/antigen.zsh
  5.  
  6. # Load the oh-my-zsh's library.
  7. antigen use oh-my-zsh
  8.  
  9. # Bundles from the default repo (robbyrussell's oh-my-zsh).
  10. antigen bundle debian
  11. antigen bundle autojump
  12. antigen bundle cp
  13. antigen bundle colorize
  14. antigen bundle command-not-found
  15. antigen bundle git
  16. antigen bundle zsh-users/zsh-syntax-highlighting
  17. # Set Home for VirtualEnvWrapper
  18. export WORKON_HOME="$HOME/.config/virtualenv"
  19. antigen bundle virtualenvwrapper
  20. antigen bundle tmux
  21. antigen bundle littleq0903/gcloud-zsh-completion
  22.  
  23. # Tell antigen that you're done.
  24. antigen apply
  25.  
  26.  
  27.  
  28. # using system powerline
  29. source /usr/share/powerline/bindings/zsh/powerline.zsh
  30. export MANPAGER="/bin/sh -c \"col -b | vim -c 'set ft=man ts=8 nomod nolist noma' -\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement