Skip to content

Instantly share code, notes, and snippets.

@u840903
Last active August 29, 2015 14:05
Show Gist options
  • Save u840903/60db91e54678dac80540 to your computer and use it in GitHub Desktop.
Save u840903/60db91e54678dac80540 to your computer and use it in GitHub Desktop.
Terminal Commands

Create a symbolic link.

ln -s ~/source ~/destination

Change GIT default editor to Sublime.

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
git config --global core.editor "subl -n -w"

Disable window screenshot shadow.

defaults write com.apple.screencapture disable-shadow -bool true
killall SystemUIServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment