Skip to content

Instantly share code, notes, and snippets.

View lucasreed's full-sized avatar
🤘

Luke Reed lucasreed

🤘
View GitHub Profile
@lucasreed
lucasreed / keybase.md
Created September 17, 2019 22:58
keybase

Keybase proof

I hereby claim:

  • I am lucasreed on github.
  • I am lukereed (https://keybase.io/lukereed) on keybase.
  • I have a public key ASBG1fqZLrVwu_r5XmskgAvX1QkgVRvyLQtO4QKPhZmvxgo

To claim this, I am signing this object:

@lucasreed
lucasreed / tmux-cheatsheet.markdown
Created April 17, 2018 16:03 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@lucasreed
lucasreed / git-cheat-list.md
Created February 17, 2017 16:01
Git cheat list

Git cheat list

  • all commits that your branch have that are not yet in master

    git log master..<HERE_COMES_YOUR_BRANCH_NAME>
    
  • setting up a character used for comments

git config core.commentchar

@lucasreed
lucasreed / happy_git_on_osx.md
Last active February 6, 2016 22:56 — forked from trey/happy_git_on_osx.md
Creating a Happy Git Environment on OS X

Creating a Happy Git Environment on OS X

Forked from https://github.com/trey, credit for a lot of the ideas go to Trey! I mainly modified the Bash Fanciness area to be more to my liking.

Step 1: Install Git

brew install git bash-completion

Configure things: