Skip to content

Instantly share code, notes, and snippets.

View bobwaycott's full-sized avatar

Bob Waycott bobwaycott

View GitHub Profile
@bobwaycott
bobwaycott / import-release-team-keyring
Created June 11, 2020 15:49
Standalone script to import nodejs release team keyring for installing older versions of nodejs when using asdf from homebrew install
#!/usr/bin/env bash
# INSTRUCTIONS
# Download file & `chmod +x` it
# Alternatively, you should be able to `curl` & pipe it to bash.
# Why? Because you can't run the recommended script unless you have a git-only `asdf` install.
set -o nounset -o pipefail -o errexit
plugin_name() {
basename "$(dirname "$(dirname "$0")")"
@bobwaycott
bobwaycott / private.xml
Created October 27, 2016 22:32
Karabiner - Switch | (pipe) and \ (backslash) keys
<?xml version="1.0"?>
<root>
<item>
<name>Swap \ and | keys.</name>
<identifier>private.swap_backslash_and_pipe</identifier>
<autogen>
__KeyToKey__
KeyCode::BACKSLASH, ModifierFlag::NONE,