Skip to content

Instantly share code, notes, and snippets.

View brianwitte's full-sized avatar
🍕
pizza status

brian witte brianwitte

🍕
pizza status
View GitHub Profile
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright(c) 2023 Brian Witte
# define urls of the release tarballs
LIBBPF_URL="https://github.com/libbpf/libbpf/archive/refs/tags/v1.2.2.tar.gz"
BPFTOOL_URL="https://github.com/libbpf/bpftool/releases/download/v7.2.0/bpftool-libbpf-v7.2.0-sources.tar.gz"
# define where to extract the libraries
LIBBPF_DIR="libbpf"

Keybase proof

I hereby claim:

  • I am brianwitte on github.
  • I am brianwitte (https://keybase.io/brianwitte) on keybase.
  • I have a public key ASDzWd1lYLYFSkDOkNt8zNFty20jOUFk7v7iC6ziIobnmQo

To claim this, I am signing this object:

@brianwitte
brianwitte / hello_world.txt
Last active April 20, 2022 17:15
hello_world.txt
Welcome to my Github profile.
Standby for dispatch.
-brian
@brianwitte
brianwitte / doom.txt
Created July 30, 2020 05:55 — forked from hjertnes/doom.txt
Doom Emacs Cheatsheet
SPC
SPC: find file
, switch buffer
. browse files
: MX
; EX
< switch buffer
` eval
u universal arg
x pop up scratch
PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] '
## For MacOS, add this under
## source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh