/paracas

bootstrap dev env

Primary LanguageShell

Paracas

bootstraps your developer arsenal

First-time setup:

  # first-time setup
  git clone https://github.com/benjamine/paracas.git
  cd paracas
  make

  # or get only specific sections (check Makefile):
  make git

And to get updates:

  git pull && make

Note: scripts are idempotent and "re-run efficient", so feel free to run this as often as desired.