Skip to content

Instantly share code, notes, and snippets.

View JordanPeltier's full-sized avatar

JordanPeltier JordanPeltier

View GitHub Profile
@JordanPeltier
JordanPeltier / calibration_plot.html
Created May 24, 2020 21:21
Calibration plot with d3js
<!doctype html>
<html>
<head>
<script src="https://d3js.org/d3.v4.min.js"></script>
</head>
<body>
<script>
const margin_top = 100;
@JordanPeltier
JordanPeltier / cloud-init-config.yaml
Last active October 1, 2021 21:06
cloud-init config for docker on ubuntu/amd64 with, user with zsh/omzsh
#cloud-config
disable_root: false
package_upgrade: true
packages:
- zsh
- curl
- wget
- git
- htop
### Keybase proof
I hereby claim:
* I am jordanpeltier on github.
* I am jmmp (https://keybase.io/jmmp) on keybase.
* I have a public key ASCoPYP5adH5iCXqpPU30vIbdCy_sAotowXrFJIche-cCgo
To claim this, I am signing this object:
@JordanPeltier
JordanPeltier / 1-setup.md
Created February 22, 2018 04:32 — forked from troyfontaine/1-setup.md
Signing your Git Commits using GPG on MacOS Sierra/High Sierra

Methods of Signing with GPG

There are now two ways to approach this:

  1. Using gpg and generating keys
  2. Using Kryptonite by krypt.co

This Gist explains how to do this using gpg in a step-by-step fashion. Kryptonite is actually wickedly easy to use-but you will still need to follow the instructions

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing with either GPG or Krypt.co.