Skip to content

Instantly share code, notes, and snippets.

@johnmurch
Created June 30, 2016 20:54
Show Gist options
  • Save johnmurch/1e73cb200098cde27cde50d18ea6c689 to your computer and use it in GitHub Desktop.
Save johnmurch/1e73cb200098cde27cde50d18ea6c689 to your computer and use it in GitHub Desktop.
Create Screenshot folder and update default path on OS X - Be sure to change out your username!
#!/bin/bash
mkdir Screenshots
defaults write com.apple.screencapture location /Users/johnmurch/Screenshots
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment