Simple and easy setup of development environment (zsh, vim, and tmux) on new machines.
deploy.sh
copied from https://github.com/Parth/dotfiles
Once the repo is cloned in the home directory, execute the deploy script:
./deploy.sh
This script guides you through the following:
- Checks to see if you have zsh, tmux, and vim installed.
- Installs them using your default package manager if you don't have some of them installed.
- Checks to see if your default shell is zsh.
- Sets zsh to your default shell.
- Backs up your old configuration files.
- Installs included plugins and updates configuration files.