Skip to content

Instantly share code, notes, and snippets.

@kyleparisi
Last active April 17, 2023 13:30
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 kyleparisi/8b55d716f90dcbaf577a1c1dc5abe3b0 to your computer and use it in GitHub Desktop.
Save kyleparisi/8b55d716f90dcbaf577a1c1dc5abe3b0 to your computer and use it in GitHub Desktop.

Mac Settings

# remove drop shadow on screenshots
defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer

# git push automatic remote tracking
git config --global --add --bool push.autoSetupRemote true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment