Advertisement
Guest User

Untitled

a guest
May 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. export ZSH="/Users/<user>/.oh-my-zsh"
  2.  
  3. ZSH_THEME="spaceship"
  4.  
  5. plugins=(
  6. git
  7. colored-man-pages
  8. zsh-syntax-highlighting
  9. npm
  10. docker
  11. zsh-autosuggestions
  12. zsh-completions
  13. )
  14.  
  15. source $ZSH/oh-my-zsh.sh
  16. source ~/.bash_profile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement