Skip to content

Instantly share code, notes, and snippets.

@Luavis
Created September 16, 2014 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luavis/70d503d918c553e6564c to your computer and use it in GitHub Desktop.
Save Luavis/70d503d918c553e6564c to your computer and use it in GitHub Desktop.
Default MacOS setting bash
#!/bin/sh
# change screenshot save folder at ~/Screenshots
mkdir -p ~/Screenshots/
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