Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Last active March 3, 2016 20:30
Show Gist options
  • Save GuyHarwood/d7827ce11670aa1c17da to your computer and use it in GitHub Desktop.
Save GuyHarwood/d7827ce11670aa1c17da to your computer and use it in GitHub Desktop.
OSX Dev Setup Notes

OSX dev config Notes

Notes compiled over the years, because we forget.

Colorised Git Output

> git config --global color.ui auto

Case insensitive auto-complete in Terminal

> echo "set completion-ignore-case On" >> ~/.inputrc

Node permission issues

don't be a biff, install nvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment