hayio
7/31/2017 - 3:41 PM

oh my ZSH

oh my ZSH

sudo apt-get install zsh
# then go by https://github.com/robbyrussell/oh-my-zsh

add plugins to ~/.zshrc
plugins=(
  git
  spring
  cp
  django
  docker-compose
  ng
  npm
  nvm
  python
  rbenv
  ruby
)