Trying to make my home configs as easy to maintain as possible. On new machines, provided git and vim are already installed, I should be able just download bootstrap.sh and run it to establish an auto updating dot file environment.
wget https://raw.githubusercontent.com/ionparticle/dotfiles/master/bootstrap.sh; \
chmod +x bootstrap.sh; \
./bootstrap.shAuto-update only does a git pull and stow.