Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.01 KB

Setup

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).

MacOS

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!

Ongoing Development

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.

Credits

After years of neglect, I have updated this setup using inspiration from: