Skip to content

Instantly share code, notes, and snippets.

View damonpetta's full-sized avatar

Damon damonpetta

View GitHub Profile

Keybase proof

I hereby claim:

  • I am damonpetta on github.
  • I am damon_uw (https://keybase.io/damon_uw) on keybase.
  • I have a public key whose fingerprint is 727F 8C7F AB92 F6F4 C193 685E A8FC FA58 D85A 19F9

To claim this, I am signing this object:

test

@damonpetta
damonpetta / myweechat.md
Created July 16, 2017 12:23 — forked from pascalpoitras/config.md
My always up-to-date WeeChat configuration (weechat-dev)

WeeChat Screenshot

Enable mouse support

/mouse enable

Encrypted password in sec.conf

Keybase proof

I hereby claim:

  • I am damonpetta on github.
  • I am damon_uw (https://keybase.io/damon_uw) on keybase.
  • I have a public key whose fingerprint is 4B80 B654 D25B 89FF 3922 499D 9CAC 1EA8 785E 4719

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am damonpetta on github.
  • I am daemonp (https://keybase.io/daemonp) on keybase.
  • I have a public key whose fingerprint is B228 037C B9C2 D3C3 D1F6 1B34 E67B 8EEE 3F44 2BBA

To claim this, I am signing this object:

unbind C-b
set -g prefix C-a
bind-key C-a last-window
bind a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
guestfish --ro -a LibreELEC-RPi2.arm-7.0.1.img -m /dev/sda1:/ tar-out / - | docker import - rasberrypi3-libreelec
@damonpetta
damonpetta / mails.sh
Created December 11, 2011 19:04 — forked from nikcub/mails.sh
Send email with Mail.app from command line script
#!/bin/sh
/usr/bin/osascript > /dev/null <<ASCPT
set stdinText to "$(cat | sed -e 's/\\/\\\\/g' -e 's/\"/\\\"/g')"
set recName to "Nik Cubrilovic"
set recAddr to "nikcub@gmail.com"
set theSubject to "Email from standard input"
tell application "Mail"