Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 715 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 715 Bytes

Dotfiles

…for the masses, or maybe just myself.

OS X Settings

Show hidden files in Finder

$ defaults write com.apple.Finder AppleShowAllFiles YES

Apps

Sublime Text 2

Downloads

Grab Git Autocomplete from Git's OS clone:
https://github.com/git/git/blob/master/contrib/completion/git-completion.bash

$ curl https://raw.github.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash