The purpose of this repository is to provide my development environment as code.
To install dependencies and setup your home directory for the first time, run:
./setup.sh
To update your home directory with the latest changes from this repository, run:
./bin/sync.py
ALWAYS edit files in this repository under version control. Then sync them to your home directory using the command above (ideally after sourcing/running in a shell and testing first).
DO NOT sync on behalf of the user.