Skip to content

Instantly share code, notes, and snippets.

View darkporpoise's full-sized avatar

Tom darkporpoise

View GitHub Profile
@darkporpoise
darkporpoise / Dockerfile
Created February 22, 2022 00:06
Anduril Docker Dev files
FROM alpine:3.15 AS base
RUN apk --update add --no-cache \
build-base \
gcc-avr \
avr-libc \
binutils-avr \
avrdude \
breezy \
make \

Keybase proof

I hereby claim:

  • I am darkporpoise on github.
  • I am darkporpoise (https://keybase.io/darkporpoise) on keybase.
  • I have a public key ASCCYRmmWReW4ISQWic5qEBFsP-56d4pIKsJ8zYHirNXdAo

To claim this, I am signing this object:

@darkporpoise
darkporpoise / .screenrc
Last active March 8, 2020 18:59
My .screenrc
# don't display the copyright page
startup_message off
# Change scrollback to 10000 lines
defscrollback 10000
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature"
vbell off
escape ^\\\ # Bind "Ctrl+\" as escape key. User "Ctrl+\" then "\" to send "Ctrl+\" to terminal
autodetach on # Autodetach session on hangup instead of terminating screen completely