My zsh setup

Edvin Dunaway

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
)

Related Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.