Dotfiles to setup shell environment with zsh.

This project was conceived to configure your shell environment in a simple and easy way. With it will be installed zsh, oh-my-zsh, Zinit (plugin manager) and spaceship (as theme) Also rbenv, nvm, git and some other tools will be installed and configured.

  sh -c "$(curl -fsSL https://raw.github.com/jonathanccalixto/dotfiles/master/install.sh)"

OR

  sh -c "$(wget -qO - https://raw.github.com/jonathanccalixto/dotfiles/master/install.sh)"