Skip to content

Instantly share code, notes, and snippets.

View ryan-willis's full-sized avatar
hyped af

Ryan Willis ryan-willis

hyped af
View GitHub Profile
@ryan-willis
ryan-willis / .gitconfig
Last active April 7, 2023 15:12
pure git alias to checkout a PR when you don't have access to the branch's origin
[alias]
copr = !sh -c 'git fetch origin pull/$1/head:pr-$1 && git checkout pr-$1' -

Keybase proof

I hereby claim:

  • I am ryan-willis on github.
  • I am ryanwillis (https://keybase.io/ryanwillis) on keybase.
  • I have a public key ASCKcVUMcWwbSciiI0W9wd4jpKJa8_QuX-2u0dYGxyMIWAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ryan-willis on github.
  • I am anakin (https://keybase.io/anakin) on keybase.
  • I have a public key whose fingerprint is 86FE 129A 9147 C7A1 5C22 DCE8 C582 83E2 6EE9 B612

To claim this, I am signing this object:

@ryan-willis
ryan-willis / messages_newline.json
Last active February 4, 2022 17:17
Shift+Enter newline on Messages (Karabiner Elements 12)
{
"title": "Shift+Enter newline on Messages",
"rules": [
{
"description":"Change Shift+Enter to Ctrl+Enter in Messages",
"manipulators":[
{
"type":"basic",
"from":{
"key_code": "return_or_enter",