DEV Community

Edvin Dunaway
Edvin Dunaway

Posted on • Originally published at eddinn.net on

My zsh setup

I switched from using bash to zsh as my main shell environment and never looked back. You can find my .zshrc config file with Oh-My-ZSH enabled on GitHub

Theme

ZSH_THEME="agnoster"

My .zshrc plugin list

plugins=(
  git
  dotenv
  rake
  ruby
  ansible
  autoenv
  autopep8
  docker
  docker-compose
  docker-machine
  django
  git-prompt
  gnu-utils
  man
  nmap
  npm
  pip
  pipenv
  pyenv
  pylint
  python
  rsync
  sudo
  systemd
  ubuntu
  virtualenv
  vscode
)

Top comments (0)