This project is an attempt to share my common configurations in a simple way across machines (without private info).
Simply run this script:
Mac OSX
curl https://raw.githubusercontent.com/tonyheupel/homedir/master/install.sh | sh
Windows
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tonyheupel/homedir/master/install.ps1'))"