Skip to content

Instantly share code, notes, and snippets.

@schlueter
Last active August 29, 2015 14:18
Show Gist options
  • Save schlueter/00242755a5fd87ba1586 to your computer and use it in GitHub Desktop.
Save schlueter/00242755a5fd87ba1586 to your computer and use it in GitHub Desktop.
OS X Init
# Show hidden files
defaults write -g AppleShowAllFiles -bool true
killall Finder
# Hide desktop
defaults write com.apple.finder CreateDesktop false
killall Finder
# Create `subl` command for Sublime text
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
# Always use expanded save dialog
defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment