Skip to content

Instantly share code, notes, and snippets.

@jeremytwfortune
jeremytwfortune / .gitconfig
Last active December 16, 2017 14:09
Windows git configuration
[user]
name = Jeremy Fortune
email = jeremy@careevolution.com
signingkey = 35E40FA7
[http]
sslcainfo = C:\\Program Files\\Git\\mingw64\\ssl\\certs\\ca-bundle.crt
[core]
autocrlf = true
editor = vim
[alias]
#!/bin/bash
# random
# Creates random strings based on urandom.
usage() {
echo "$(basename $0)"
echo ' Returns random strings based on the subcommand.'
echo ' The seed subcommand defauls to length 40; all others are 20.'
echo "Usage: $(basename $0) (seed|number|name|word) [-l | --length] <length>"
}
Verifying that +jeremytwfortune is my blockchain ID. https://onename.com/jeremytwfortune
@jeremytwfortune
jeremytwfortune / .bashrc
Last active December 1, 2020 14:51
WSL Configuration
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
@jeremytwfortune
jeremytwfortune / keybase.md
Created April 14, 2015 20:47
Keybase Public Key

Keybase proof

I hereby claim:

  • I am jeremytwfortune on github.
  • I am jeremytwfortune (https://keybase.io/jeremytwfortune) on keybase.
  • I have a public key whose fingerprint is D4C4 E504 AD6F BE59 DCE9 BD4A 2ACF 48F6 35E4 0FA7

To claim this, I am signing this object:

@jeremytwfortune
jeremytwfortune / .bash_profile
Last active March 5, 2020 19:52
Cygwin Configuration
# To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
# public domain worldwide. This software is distributed without any warranty.
# You should have received a copy of the CC0 Public Domain Dedication along
# with this software.
# If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
# base-files version 4.1-1
# ~/.bash_profile: executed by bash(1) for login shells.