Skip to content

Instantly share code, notes, and snippets.

@vpilot
Created December 10, 2014 12:22
Show Gist options
  • Save vpilot/b632b0813107519ea741 to your computer and use it in GitHub Desktop.
Save vpilot/b632b0813107519ea741 to your computer and use it in GitHub Desktop.
#Store screenshots in subfolder on desktop
mkdir ~/Desktop/Screenshots
defaults write com.apple.screencapture location ~/Desktop/Screenshots
#Show the ~/Library folder
chflags nohidden ~/Library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment