This repo aims to give full step-by-step instructions (automated as much as possible) to set up a new development machine. Parts can be skipped by commenting them out.
- Download the repo (TODO: add a one liner that does this via curl or similar)
- Set variables: cp config/variables.sample config/variables and edit
- scripts/install
- config/run
- Set up zsh (TODO)
If running on Windows, you might need to make sure that line endings are configured appropriately:
git config --global core.autocrlf true