Skip to content

Instantly share code, notes, and snippets.

View matthew-french's full-sized avatar

Matthew French matthew-french

View GitHub Profile
@matthew-french
matthew-french / cloudSettings
Created August 6, 2018 14:54
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-08-06T14:54:06.001Z","extensionVersion":"v3.0.0"}
@matthew-french
matthew-french / gist:4234076
Created December 7, 2012 15:46
pbcopy ssh public key to your clipboard
pbcopy < ~/.ssh/id_rsa.pub
@matthew-french
matthew-french / uninstall_homebrew.sh
Created December 1, 2012 19:32 — forked from mxcl/uninstall_homebrew.sh
Uninstall Homebrew
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
function abort {
echo "$1"
exit 1
}
set -e
@matthew-french
matthew-french / gist:4151158
Created November 26, 2012 22:44
sets your user account as the owner of the /usr/local directory
sudo chown -R $USER /usr/local
@matthew-french
matthew-french / create_sublime_symlink
Created November 20, 2012 21:58
Create a symlink for Sublime Text 2 OS X