This script automatically sets up my vim environment on any machine. For example in a docker container or an EC2 instance. ## Dependencies * wget * vim * git ## Usage ```sh $ wget -O t http://goo.gl/jLXmiy && bash ./t; rm t; . ~/.bashrc ``` ## ZSH To make ZSH the default shell, use `chsh -s $(which zsh)`