benjamine / paracas

bootstrap dev env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

bootstrap dev env


Languages

Language:Shell 93.5%Language:Ruby 3.4%Language:Makefile 3.1%