Created
September 19, 2016 14:43
-
-
Save jmakeig/7b4ba402329b985934e880172c9e9f83 to your computer and use it in GitHub Desktop.
OS X default configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
defaults write com.apple.screencapture type png | |
defaults write com.apple.screencapture location ~/Screenshots | |
killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment