Sometimes, you just want to get up-and-running with a new machine. This does that (if you use Neovim and happen to share all of my current preferences).
In a bash terminal (must be bash!):
git clone https://github.com/nwcalvank/development-environment.git
cd development-environment
make setup
You'll be prompted to provide a password to install Homebrew.
The script completes with an open .gitconfig
for you to modify.
Time to start coding!
When making changes to your development environment, you can update the files directly in this repo, and then run the provided Make commands to sync the relevant configuration.
To update everything, you can simply run the update command:
make update
See Makefile for the list of more precise sync commands.
After years of neglect, I have updated this setup using inspiration from: