Skip to content

Scripts, and dotfiles to help me quickly spin up a development environment on a new machine.

Notifications You must be signed in to change notification settings

NWCalvank/development-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Scripts, and dotfiles to help me quickly spin up a development environment on a new machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published