Skip to content

Instantly share code, notes, and snippets.

View mkm29's full-sized avatar

Mitch Murphy mkm29

View GitHub Profile
@mkm29
mkm29 / install_k3s.md
Last active April 11, 2022 17:28
Details on how to setup and configure K3s on a Raspberry Pi cluster

Howto Guide: Home Kubernetes Cluster

Title: Setting up K3s on Raspberry Pi's and Jetson Nano's
Author: Mitch Murphy
Date: 2021-10-09

@mkm29
mkm29 / keybase.md
Created November 3, 2023 23:11
keybase

Keybase proof

I hereby claim:

  • I am mkm29 on github.
  • I am smigula (https://keybase.io/smigula) on keybase.
  • I have a public key ASB4QlARprRoB1AOiyw8L6nal_Fv71qcj3nFk3crZ4cqNQo

To claim this, I am signing this object:

unlock_bw_if_locked() {
if [[ -z $BW_SESSION ]] ; then
>&2 echo 'bw locked - unlocking into a new session'
export BW_SESSION="$(bw unlock --raw)"
fi
}
load_darkwolf_gitlab() {
unlock_bw_if_locked
# Note that this gitlab_pat_id value will be different for you!
unlock_bw_if_locked() {
if [[ -z $BW_SESSION ]] ; then
>&2 echo 'bw locked - unlocking into a new session'
export BW_SESSION="$(bw unlock --raw)"
fi
}
load_ironbank() {
unlock_bw_if_locked
# Note that this ironbank_pat_id value will be different for you!
unlock_bw_if_locked() {
if [[ -z $BW_SESSION ]] ; then
>&2 echo 'bw locked - unlocking into a new session'
export BW_SESSION="$(bw unlock --raw)"
fi
}
load_mcs_gitlab() {
unlock_bw_if_locked
# Note that this gitlab_pat_id value will be different for you!
unlock_bw_if_locked() {
if [[ -z $BW_SESSION ]] ; then
>&2 echo 'bw locked - unlocking into a new session'
export BW_SESSION="$(bw unlock --raw)"
fi
}
load_openai() {
unlock_bw_if_locked
# Note that this openai_api_key_id value will be different for you!
@mkm29
mkm29 / .zshrc
Created December 17, 2023 17:10
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/mitchellmurphy/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes