My HOME environment and common scripts (for easy reference and new computer setup).
The following will download and spew everything into your $HOME path (you've been warned):
bash -c 'cd "$(mktemp -d)" && git clone https://github.com/AlteredConstants/home.git . && ./scripts/_setup'